summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-10-16 16:51:51 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-10-19 17:21:24 +0200
commitf7307cb609cec25c9364822feb4e53c9db81fcac (patch)
tree1c3660aef064ccfff0b86fb207f8cba75f643e04 /meson_options.txt
parent57ef36bfb5814a159d5761cbb47804c3627ebed9 (diff)
downloadnetwork-manager-applet-f7307cb609cec25c9364822feb4e53c9db81fcac.tar.gz
build: disable libnm-gtk by defaultlr/no-libnm-gtk
By now nobody should be using this. Keep the code around for a little longer just in case anybody still uses this. https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/29
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 42240429..5a13c793 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
-option('libnm_gtk', type: 'boolean', value: true, description: 'build legacy library libnm-gtk which depends on libnm-glib/libnm-util/dbus-glib')
+option('libnm_gtk', type: 'boolean', value: false, description: 'build legacy library libnm-gtk which depends on libnm-glib/libnm-util/dbus-glib')
option('appindicator', type: 'string', value: 'no', description: 'Build with lib(ayatana-)appindicator support in addition to xembed systray support (no|yes|auto|ayatana|ubuntu). Default is "no", "yes" is an alias for "auto".')
option('wwan', type: 'boolean', value: true, description: 'Enable WWAN support.')
option('selinux', type: 'boolean', value: true, description: 'Enable support for adjusting SELinux labels in configuration editor.')