mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 15:12:26 +00:00
161ae2fcb4
This makes meson fail if -Denable_systemd=true was set but not found The default is now auto which is the old behaviour
5 lines
508 B
Meson
5 lines
508 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_xwayland', type: 'boolean', value: true, description: 'Enable support X11 applications')
|