mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-25 08:32:30 +00:00
ebdabc2030
Make X11 Backend (in addition to XWayland) optional and small bug fix on XWayland includes.
7 lines
741 B
Meson
7 lines
741 B
Meson
option('enable_libcap', type: 'combo', choices: ['auto', 'true', 'false'], value: 'auto', description: 'Enable support for capabilities')
|
|
option('enable_systemd', type: 'combo', choices: ['auto', 'true', 'false'], value: 'auto', description: 'Enable support for logind')
|
|
option('enable_elogind', type: 'combo', choices: ['auto', 'true', 'false'], value: 'auto', description: 'Enable support for logind')
|
|
option('enable_xcb_errors', type: 'combo', choices: ['auto', 'true', 'false'], value: 'auto', description: 'Use xcb-errors util library')
|
|
option('enable_xwayland', type: 'boolean', value: true, description: 'Enable support X11 applications')
|
|
option('enable_x11_backend', type: 'boolean', value: false, description: 'Enable X11 backend')
|