mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-06 07:15:42 -04:00
Allows disabling XWayland support at build time via -Dxwayland=disabled, even when wlroots was built with XWayland. Defaults to auto.
2 lines
190 B
Meson
2 lines
190 B
Meson
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
|
|
option('xwayland', type: 'feature', value: 'auto', description: 'Enable XWayland support')
|