[gnome-control-center/gnome-3-30] flatpak: disable mobile-broadband-provider-info



commit 230f659a3991b8edf97145e2bc0dfd96bfd11004
Author: RyuzakiKK <aasonykk gmail com>
Date:   Mon Sep 17 18:33:42 2018 +0000

    flatpak: disable mobile-broadband-provider-info
    
    Without this flag at false network-manager-applet requires the
    mobile-broadband-provider-info dependency that is not listed in this
    flatpak
    
    
    (cherry picked from commit ec57ffcdd57ba5cfd8359b42a3528ffcd3b8f0fb)

 build-aux/flatpak/org.gnome.Settings.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index c7d20e6fe..2a8e2416b 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -362,7 +362,8 @@
                 "-Dlibnm_gtk=false",
                 "-Dselinux=false",
                 "-Dteam=false",
-                "-Dwwan=false"
+                "-Dwwan=false",
+                "-Dmobile_broadband_provider_info=false"
             ],
             "sources" : [
                 {


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