summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-10-16 11:15:07 +0200
committerLubomir Rintel <lkundrak@v3.sk>2017-10-16 11:29:25 +0200
commit88cbd311b14c3bcbd9643252bae87fba05844979 (patch)
treefb723a5ae5b9c58a367faa8d992b523c221466e8
parent795b69dc0434ba97ece6b3aefd71b3af31bda95b (diff)
downloadnetwork-manager-applet-88cbd311b14c3bcbd9643252bae87fba05844979.tar.gz
meson: default to xembed as opposed to appindicators
This matches the autotools' defaults.
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 4929ca76..e6411822 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,5 @@
option('enable-libnm-gtk', type: 'boolean', value: true, description: 'build legacy library libnm-gtk which depends on libnm-glib/libnm-util/dbus-glib')
-option('enable-appindicator', type: 'boolean', value: true, description: 'Build with libappindicator support instead of xembed systray support.')
+option('enable-appindicator', type: 'boolean', value: false, description: 'Build with libappindicator support instead of xembed systray support.')
option('enable-wwan', type: 'boolean', value: true, description: 'Enable WWAN support.')
option('enable-selinux', type: 'boolean', value: true, description: 'Enable support for adjusting SELinux labels in configuration editor.')
option('enable-team', type: 'boolean', value: true, description: 'Enable team configuration editor.')