build: fix default xwayland option type

This commit is contained in:
Simon Ser 2023-07-28 16:42:58 +02:00
parent 8dcc901522
commit 794803adc9

View file

@ -1,2 +1,2 @@
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
option('xwayland', type: 'boolean', value: 'false', description: 'Enable support for X11 applications')
option('xwayland', type: 'boolean', value: false, description: 'Enable support for X11 applications')