mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 20:35:31 +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:
parent
0cdb15349c
commit
2df190c548
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ test_c_args = [
|
||||||
'-Wno-switch-enum',
|
'-Wno-switch-enum',
|
||||||
'-Wtype-limits',
|
'-Wtype-limits',
|
||||||
'-Wunused-function',
|
'-Wunused-function',
|
||||||
'-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_58',
|
'-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_64',
|
||||||
' -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_66',
|
'-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_68',
|
||||||
]
|
]
|
||||||
|
|
||||||
if get_option('buildtype') != 'plain'
|
if get_option('buildtype') != 'plain'
|
||||||
|
|
Loading…
Reference in a new issue