mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
75978636d9
We move the warning options into the project's default_options, meaning a user can configure them with `meson configure` and not need to edit the file. We also make it possible to disable logind/libcap even if they're present.
2 lines
199 B
Meson
2 lines
199 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')
|