mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 15:12:26 +00: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.
3 lines
199 B
Meson
3 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')
|