mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson: Add option to enable/disable legacy RTKit module
The RTKit module is being replaced by the RT module. Currently, it is always built if D-Bus is present. For packagers, it can be beneficial to be able to disable the legacy module. Add a Meson option to allow for exactly that. Make it enabled by default to not change default behavior.
This commit is contained in:
parent
f0424c0b99
commit
e8f93c3e1e
2 changed files with 5 additions and 1 deletions
|
|
@ -237,3 +237,7 @@ option('libcanberra',
|
|||
description: 'Enable code that depends on libcanberra',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('legacy-rtkit',
|
||||
description: 'Build legacy rtkit module',
|
||||
type: 'boolean',
|
||||
value: 'true')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue