mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-14 08:56:34 -05: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
|
|
@ -20,6 +20,9 @@ option('pulsedspdir',
|
|||
option('alsa',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional ALSA support')
|
||||
option('asyncns',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional Async DNS support')
|
||||
option('avahi',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional Avahi support')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue