aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLibravatar Pascal Pascher <aur@clouddrop.de>2018-09-03 11:13:50 +0200
committerLibravatar Pascal Pascher <aur@clouddrop.de>2018-09-03 11:13:50 +0200
commit587e320cd85b3c635b653b6e16b21ce5fb7bade0 (patch)
tree56ef04a99f1f6309967df0c0e4ea245b4d914b17 /meson_options.txt
parentMerge pull request #2553 from emersion/disabled-no-modeset (diff)
downloadsway-587e320cd85b3c635b653b6e16b21ce5fb7bade0.tar.gz
sway-587e320cd85b3c635b653b6e16b21ce5fb7bade0.tar.zst
sway-587e320cd85b3c635b653b6e16b21ce5fb7bade0.zip
Fixed window_type with disabled xwayland support.
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 50d646fd..0b31b6b4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,4 +4,4 @@ option('default-wallpaper', type: 'boolean', value: true, description: 'Install
4option('zsh-completions', type: 'boolean', value: true, description: 'Install zsh shell completions.') 4option('zsh-completions', type: 'boolean', value: true, description: 'Install zsh shell completions.')
5option('bash-completions', type: 'boolean', value: true, description: 'Install bash shell completions.') 5option('bash-completions', type: 'boolean', value: true, description: 'Install bash shell completions.')
6option('fish-completions', type: 'boolean', value: true, description: 'Install fish shell completions.') 6option('fish-completions', type: 'boolean', value: true, description: 'Install fish shell completions.')
7option('enable-xwayland', type: 'boolean', value: true, description: 'Enable support for X11 applications') 7option('enable-xwayland', type: 'boolean', value: false, description: 'Enable support for X11 applications')