[gnome-control-center] flatpak: Add mobile-broadband-provider-info



commit 307186c6fe5ec05d773ecf5627a99ab0bcb5ae16
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Mar 6 12:10:19 2020 +0100

    flatpak: Add mobile-broadband-provider-info
    
    Let's have this info, as we can.

 build-aux/flatpak/org.gnome.Settings.json | 14 +++++++++++---
 1 file 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
@@ -379,13 +379,22 @@
                 }
             ]
         },
+        {
+            "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" : [
                 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]