summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaud.rebillout@collabora.com>2018-10-19 17:48:31 +0700
committerArun Raghavan <arun@arunraghavan.net>2018-12-27 17:25:56 +0530
commit68a86dded407a2b8cbfa22def46d633e3e312685 (patch)
tree7b74add97e65b838b6696f0a2995c1c52f7b574d /meson_options.txt
parent2fea4c7c01a35264f1151d90ccc5c0c25c41f0d1 (diff)
meson: Make jack 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 181c9d478..dc2a3e69d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -35,6 +35,9 @@ option('bluez5-ofono-headset',
option('dbus',
type : 'feature', value : 'auto',
description : 'Optional D-Bus support')
+option('jack',
+ type : 'feature', value : 'auto',
+ description : 'Optional JACK support')
option('systemd',
type : 'feature', value : 'auto',
description : 'Optional systemd support')