mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Add optional Async NS support
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
35bd2e70f9
commit
6eba2f823d
3 changed files with 9 additions and 1 deletions
|
|
@ -263,6 +263,11 @@ if alsa_dep.found()
|
|||
cdata.set('HAVE_ALSA_UCM', 1)
|
||||
endif
|
||||
|
||||
asyncns_dep = dependency('libasyncns', version : '>= 0.1', required : get_option('asyncns'))
|
||||
if asyncns_dep.found()
|
||||
cdata.set('HAVE_LIBASYNCNS', 1)
|
||||
endif
|
||||
|
||||
systemd_dep = dependency('libsystemd', required : get_option('systemd'))
|
||||
if systemd_dep.found()
|
||||
cdata.set('HAVE_SYSTEMD_DAEMON', 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue