From f462768ece5076fcdcfe0c17f6bcf7dfd017b34f Mon Sep 17 00:00:00 2001 From: Xtr126 <80520774+Xtr126@users.noreply.github.com> Date: Tue, 30 Apr 2024 18:31:11 +0530 Subject: [PATCH] disable Xwayland --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index d64f510..b524b15 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,2 +1,2 @@ -option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages') -option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications') +option('man-pages', type: 'feature', value: 'disabled', description: 'Generate and install man pages') +option('xwayland', type: 'feature', value: 'disabled', description: 'Enable support for X11 applications')