mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
5 lines
400 B
Meson
5 lines
400 B
Meson
option('enable_libcap', type: 'boolean', value: true, description: 'Enable support for capabilities')
|
|
option('enable_systemd', type: 'boolean', value: true, description: 'Enable support for logind')
|
|
option('enable_elogind', type: 'boolean', value: true, description: 'Enable support for logind')
|
|
option('enable_xwayland', type: 'boolean', value: true, description: 'Enable support X11 applications')
|