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:
parent
26f0c9cb01
commit
36ec623098
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue