mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-07 04:07:06 -05:00
meson: Enable raop-discover module, add avahi dependency
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
4e6c3c0d79
commit
90c6416b18
3 changed files with 20 additions and 1 deletions
|
|
@ -119,9 +119,13 @@ endif
|
|||
|
||||
if openssl_dep.found()
|
||||
all_modules += [
|
||||
# [ 'module-raop-discover', 'raop/module-raop-discover.c' ],
|
||||
[ 'module-raop-sink', 'raop/module-raop-sink.c', [], [], [], libraop ],
|
||||
]
|
||||
if avahi_dep.found()
|
||||
all_modules += [
|
||||
[ 'module-raop-discover', 'raop/module-raop-discover.c', [], [], [avahi_dep], libavahi_wrap ],
|
||||
]
|
||||
endif
|
||||
endif
|
||||
|
||||
if systemd_dep.found()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue