summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2020-03-06 12:10:19 +0100
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2020-03-29 19:46:20 -0300
commit0142469b632475029fd959a4aeb262713d35e093 (patch)
treed769a3762b639d564f4c53916ab1438edc5c53a5
parentc347e82b68a8a26b9ccf91c067666c11336a30ef (diff)
downloadgnome-control-center-0142469b632475029fd959a4aeb262713d35e093.tar.gz
flatpak: Add mobile-broadband-provider-info
Let's have this info, as we can.
-rw-r--r--build-aux/flatpak/org.gnome.Settings.json14
1 files changed, 11 insertions, 3 deletions
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index f3fe2b07c..ce531d9df 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -380,12 +380,21 @@
]
},
{
+ "name" : "mobile-broadband-provider-info",
+ "buildsystem" : "autotools",
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git"
+ }
+ ]
+ },
+ {
"name" : "libnma",
"buildsystem" : "meson",
"config-opts" : [
"-Dgtk_doc=false",
"-Dintrospection=false",
- "-Dmobile_broadband_provider_info=false",
"-Dvapi=false"
],
"sources" : [
@@ -404,8 +413,7 @@
"-Dlibnm_gtk=false",
"-Dselinux=false",
"-Dteam=false",
- "-Dwwan=false",
- "-Dmobile_broadband_provider_info=false"
+ "-Dwwan=false"
],
"sources" : [
{