mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04: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
|
|
@ -228,6 +228,11 @@ cdata.set('DISABLE_ORC', 1)
|
|||
|
||||
# Module dependencies
|
||||
|
||||
avahi_dep = dependency('avahi-client', version : '>= 0.6.0', required : false)
|
||||
if avahi_dep.found()
|
||||
cdata.set('HAVE_AVAHI', 1)
|
||||
endif
|
||||
|
||||
jack_dep = dependency('jack', version : '>= 0.117.0', required : false)
|
||||
if jack_dep.found()
|
||||
cdata.set('HAVE_JACK', 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue