mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-14 08:56:34 -05:00
meson: Make alsa optional
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
14722a907b
commit
54900beb59
2 changed files with 4 additions and 1 deletions
|
|
@ -17,6 +17,9 @@ option('pulsedspdir',
|
|||
|
||||
# Optional features
|
||||
|
||||
option('alsa',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional ALSA support')
|
||||
option('dbus',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional D-Bus support')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue