mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
meson: Enable zeroconf modules
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
6ee4f86fa4
commit
ceba420257
1 changed files with 7 additions and 2 deletions
|
|
@ -80,8 +80,6 @@ all_modules = [
|
|||
[ 'module-virtual-surround-sink', 'module-virtual-surround-sink.c' ],
|
||||
[ 'module-volume-restore', 'module-volume-restore.c' ],
|
||||
# [ 'module-waveout', 'module-waveout.c' ],
|
||||
# [ 'module-zeroconf-discover', 'module-zeroconf-discover.c' ],
|
||||
# [ 'module-zeroconf-publish', 'module-zeroconf-publish.c' ],
|
||||
]
|
||||
|
||||
if alsa_dep.found()
|
||||
|
|
@ -93,6 +91,13 @@ if alsa_dep.found()
|
|||
]
|
||||
endif
|
||||
|
||||
if avahi_dep.found()
|
||||
all_modules += [
|
||||
[ 'module-zeroconf-discover', 'module-zeroconf-discover.c', [], [], [avahi_dep], libavahi_wrap ],
|
||||
[ 'module-zeroconf-publish', 'module-zeroconf-publish.c', [], [], [avahi_dep, dbus_dep], [libavahi_wrap, libprotocol_native] ],
|
||||
]
|
||||
endif
|
||||
|
||||
if dbus_dep.found()
|
||||
subdir('dbus')
|
||||
all_modules += [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue