[gnome-control-center/gnome-3-36] flatpak: Add libnma



commit c347e82b68a8a26b9ccf91c067666c11336a30ef
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Mar 6 12:03:50 2020 +0100

    flatpak: Add libnma
    
    This is needed by network-manager-applet.

 build-aux/flatpak/org.gnome.Settings.json | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index be8ce9063..f3fe2b07c 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -379,6 +379,22 @@
                 }
             ]
         },
+        {
+            "name" : "libnma",
+            "buildsystem" : "meson",
+            "config-opts" : [
+                "-Dgtk_doc=false",
+                "-Dintrospection=false",
+                "-Dmobile_broadband_provider_info=false",
+                "-Dvapi=false"
+            ],
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/libnma.git";
+                }
+            ]
+        },
         {
             "name" : "network-manager-applet",
             "buildsystem" : "meson",


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