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')