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

@@ -283,6 +283,25 @@
}
]
},
{
"name" : "gmobile",
"buildsystem" : "meson",
"config-opts" : [
"-Dexamples=false",
'-Dintrospection=false',
'-Dgtk_doc=false',
'-Dtests=false',
'-Dvapi=false',
'-Dhwdb=false'
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/World/Phosh/gmobile",
"branch" : "main"
}
]
},
{
"name" : "mobile-broadband-provider-info",
"buildsystem" : "meson",