Skip to content

meson: Add option to enable/disable legacy RTKit module

Carlos Rafael Giani requested to merge dv1/pipewire:master into master

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.

Merge request reports