mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
50-raop.conf.in: Add a condition that allows for disabling module
This commit is contained in:
parent
c1b5fb19ea
commit
baf0b0b9e1
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
context.modules = [
|
context.modules = [
|
||||||
# Use mDNS to detect and load module-raop-sink
|
# 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