meson: Enable raop-discover module, add avahi dependency

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-09-20 17:37:12 +07:00 committed by Arun Raghavan
parent 4e6c3c0d79
commit 90c6416b18
3 changed files with 20 additions and 1 deletions

View file

@ -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()