mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -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
|
|
@ -162,6 +162,16 @@ libpulsecore_dep = declare_dependency(link_with: libpulsecore)
|
|||
# Internal libraries for modules
|
||||
# TODO: understand 'c_args' and 'dependencies' better, maybe we can remove some
|
||||
|
||||
libavahi_wrap = shared_library('avahi_wrap',
|
||||
'avahi-wrap.c',
|
||||
'avahi-wrap.h',
|
||||
c_args : [pa_c_args, server_c_args, database_c_args],
|
||||
include_directories : [configinc, topinc],
|
||||
dependencies : [libpulse_dep, libpulsecommon_dep, libpulsecore_dep, avahi_dep],
|
||||
implicit_include_directories : false, # pulsecore/poll.h <vs> /usr/include/poll.h
|
||||
install : true
|
||||
)
|
||||
|
||||
libcli = shared_library('cli',
|
||||
'cli.c',
|
||||
'cli.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue