mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
wlroots as a subproject now yields the xwayland meson option to its parent. We need to match the type for this to work. This also adds support for auto mode, where xwayland is used if present but no warning is given otherwise.
2 lines
202 B
Meson
2 lines
202 B
Meson
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')
|