mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-07 08:21:27 -04:00
build: add xwayland meson option
Allows disabling XWayland support at build time via -Dxwayland=disabled, even when wlroots was built with XWayland. Defaults to auto.
This commit is contained in:
parent
b7c3dba382
commit
71a33b0443
2 changed files with 7 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
|
||||
option('xwayland', type: 'feature', value: 'auto', description: 'Enable XWayland support')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue