aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-07-24 23:37:41 +0200
committerFurkan Sahin <furkan-dev@proton.me>2018-07-24 23:37:41 +0200
commitaaa3c6b9f65ae25a764cb9073651b6c53da9ee83 (patch)
treeec86137e1b5881151b20917f311ecce3d24fba8f /meson_options.txt
parent2eb193c73d482aa8a83ce8a57ba984e26eeb0614 (diff)
style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false
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 1897cba6..6c7f241d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
option('sway_version', type : 'string', description: 'The version string reported in `sway --version`.')
option('default_wallpaper', type: 'boolean', value: true, description: 'Install the default wallpaper.')
option('zsh_completions', type: 'boolean', value: true, description: 'Install zsh shell completions.')
-option('enable-xwayland', type: 'boolean', value: false, description: 'Enable support X11 applications')
+option('enable-xwayland', type: 'boolean', value: true, description: 'Enable support for X11 applications')