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

Bump max allowed glib version to 2.64

Bumping the max version gets rid of a build warning introduced in MR
!136
This commit is contained in:
Evangelos Ribeiro Tzaras 2020-06-11 11:26:56 +02:00
parent 0f88802cda
commit 3bf70acc0a

View file

@ -60,7 +60,7 @@ config_data.set('PACKAGE_URL_RAW', calls_homepage)
add_project_arguments([
'-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_58',
'-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_60',
'-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_64',
], language: 'c')
subdir('po')