summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaud.rebillout@collabora.com>2018-10-19 16:37:05 +0700
committerArun Raghavan <arun@arunraghavan.net>2018-12-27 17:25:55 +0530
commit54900beb59a97e07fb2bfe6657fb41a7de5792d7 (patch)
treec23ba4534344cc183b5471c88c7ddfd817d3ff44 /meson_options.txt
parent14722a907b1c7897b0dac43a3b78051c049e8b36 (diff)
downloadpulseaudio-54900beb59a97e07fb2bfe6657fb41a7de5792d7.tar.gz
meson: Make alsa optional
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ab9d67315..ba58b0bd8 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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')