cage/meson_options.txt
David Cohen 71a33b0443 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.
2026-04-02 03:22:17 -05:00

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')