summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2022-08-05 10:14:36 +0200
committerFelipe Borges <felipeborges@gnome.org>2022-08-05 10:21:39 +0200
commite30a20b90ec089b4f8ef4d02df1713d5a74afb58 (patch)
treef32125b5f2687737427bce5acf3c29c026f562d9
parent57eb7ee2f2990a38644b3362d78001f0eeba669d (diff)
downloadnetwork-manager-applet-e30a20b90ec089b4f8ef4d02df1713d5a74afb58.tar.gz
flatpak: Adjust NetworkManager build options
-rw-r--r--build-aux/flatpak/org.gnome.nm_connection_editor.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/build-aux/flatpak/org.gnome.nm_connection_editor.json b/build-aux/flatpak/org.gnome.nm_connection_editor.json
index 6019c93b..bfc10320 100644
--- a/build-aux/flatpak/org.gnome.nm_connection_editor.json
+++ b/build-aux/flatpak/org.gnome.nm_connection_editor.json
@@ -132,14 +132,10 @@
"config-opts" : [
"-Dlibaudit=no",
"-Ddbus_conf_dir=/app/etc/dbus-1/system.d",
- "-Ddbus_ifaces_dir=/app/share/dbus-1/interfaces",
- "-Ddbus_sys_dir=/app/share/dbus-1/system.d",
"-Ddnsmasq=/usr/bin/true",
"-Ddocs=false",
"-Dintrospection=false",
"-Diptables=/usr/bin/true",
- "-Djson_validation=false",
- "-Dlibnm_glib=false",
"-Dlibpsl=false",
"-Dmodem_manager=false",
"-Dnmtui=false",
@@ -156,6 +152,7 @@
"sources" : [
{
"type" : "git",
+ "branch": "main",
"url" : "https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git"
}
]