mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-01 01:40:36 -05:00
build: fix default xwayland option type
This commit is contained in:
parent
8dcc901522
commit
794803adc9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
|
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')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue