diff options
author | Adrien Plazas <kekun.plazas@laposte.net> | 2020-03-06 12:10:19 +0100 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2020-03-29 22:29:43 +0000 |
commit | 307186c6fe5ec05d773ecf5627a99ab0bcb5ae16 (patch) | |
tree | c80ceb1ab2751a793f7e7249d602a7db412c9076 /build-aux | |
parent | 9c080d09a7e3dbafee471a494972599d86c3fc2b (diff) | |
download | gnome-control-center-307186c6fe5ec05d773ecf5627a99ab0bcb5ae16.tar.gz |
flatpak: Add mobile-broadband-provider-info
Let's have this info, as we can.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/flatpak/org.gnome.Settings.json | 14 |
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" : [ { |