mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01: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
4 lines
508 B
Meson
4 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')
|