mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
50-raop.conf.in: Add a condition that allows for disabling module
This commit is contained in:
parent
88046b9f03
commit
e0b1277b3a
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
context.modules = [
|
||||
# Use mDNS to detect and load module-raop-sink
|
||||
{ name = libpipewire-module-raop-discover }
|
||||
{ name = libpipewire-module-raop-discover
|
||||
condition = [ { module.raop = !false } ]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue