diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-06-25 15:38:50 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2018-06-25 15:40:05 +0200 |
commit | 0e6b588205ab29ad9ad568e3a335bcb0ec901ca5 (patch) | |
tree | 278ba5bbb444e3f4e4d96d034deaf852d9be2ea1 /meson_options.txt | |
parent | feac6858997e9bd08b06bf191819ccfdb5262bae (diff) | |
download | network-manager-applet-0e6b588205ab29ad9ad568e3a335bcb0ec901ca5.tar.gz |
build: appindicator and xembed are not mutually exclusive
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index fa3ca941..0ea708cb 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,5 +1,5 @@ option('libnm_gtk', type: 'boolean', value: true, 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 instead of xembed systray support (no|yes|auto|ayatana|ubuntu). Default is "no", "yes" is an alias for "auto".') +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.') option('team', type: 'boolean', value: true, description: 'Enable team configuration editor.') |