From 587e320cd85b3c635b653b6e16b21ce5fb7bade0 Mon Sep 17 00:00:00 2001 From: Pascal Pascher Date: Mon, 3 Sep 2018 11:13:50 +0200 Subject: Fixed window_type with disabled xwayland support. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') 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 option('zsh-completions', type: 'boolean', value: true, description: 'Install zsh shell completions.') option('bash-completions', type: 'boolean', value: true, description: 'Install bash shell completions.') option('fish-completions', type: 'boolean', value: true, description: 'Install fish shell completions.') -option('enable-xwayland', type: 'boolean', value: true, description: 'Enable support for X11 applications') +option('enable-xwayland', type: 'boolean', value: false, description: 'Enable support for X11 applications') -- cgit v1.2.3