[network-manager-applet] meson: default to xembed as opposed to appindicators



commit 88cbd311b14c3bcbd9643252bae87fba05844979
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Mon Oct 16 11:15:07 2017 +0200

    meson: default to xembed as opposed to appindicators
    
    This matches the autotools' defaults.

 meson_options.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 4929ca7..e641182 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.')


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