disable Xwayland

This commit is contained in:
Xtr126 2024-04-30 18:31:11 +05:30
parent aabb567b49
commit f462768ece

View file

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