1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-04 20:07:36 +00:00

build: Allow glib 2.70

This one as g_notification_set_category()
This commit is contained in:
Guido Günther 2021-08-02 12:23:55 +02:00 committed by Evangelos Ribeiro Tzaras
parent 26f0c9cb01
commit 36ec623098

View file

@ -98,7 +98,7 @@ test_c_args = [
'-Wtype-limits',
'-Wunused-function',
'-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_64',
'-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_68',
'-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_70',
# see https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/332
'-DEDS_DISABLE_DEPRECATED',
]