build: Add gmobile

We'll use it for the provider info parsing

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/790>
This commit is contained in:
Guido Günther
2025-09-07 17:43:14 +02:00
committed by Marge Bot
parent 401d02f47d
commit 467111ad14
4 changed files with 23 additions and 1 deletions

View File

@@ -135,6 +135,7 @@ test_c_args = [
# in preparation for the switch to Gtk4 we should make sure not to use deprecated symbols
'-DGDK_DISABLE_DEPRECATED',
'-DGTK_DISABLE_DEPRECATED',
'-DGMOBILE_USE_UNSTABLE_API',
]
if get_option('buildtype') != 'plain'