50-raop.conf.in: Add a condition that allows for disabling module

This commit is contained in:
Christian Glombek 2025-06-13 09:40:36 +02:00 committed by Wim Taymans
parent c1b5fb19ea
commit baf0b0b9e1

View file

@ -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 } ]
}
]