mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-02-22 04:02:30 +00:00
4 lines
296 B
Meson
4 lines
296 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')
|