1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00

meson: bump minimum and maximum glib to 2.64 and 2.68

This allows us to get rid of some conditional compilation in src/util.c
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-06-22 07:30:03 +02:00 committed by Guido Gunther
parent 0cdb15349c
commit 2df190c548

View file

@ -97,8 +97,8 @@ test_c_args = [
'-Wno-switch-enum',
'-Wtype-limits',
'-Wunused-function',
'-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_58',
' -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_66',
'-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_64',
'-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_68',
]
if get_option('buildtype') != 'plain'