summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaud.rebillout@collabora.com>2018-10-19 18:11:31 +0700
committerArun Raghavan <arun@arunraghavan.net>2018-12-27 17:25:56 +0530
commit912a62c56159bc5c369446b6983263a909b0369c (patch)
tree9244b4ca62377b65916a67156f3ce2dc39f1c0ed /meson_options.txt
parentfe6d0d382f84f9f682031afcc1e947bd727dc6d7 (diff)
downloadpulseaudio-912a62c56159bc5c369446b6983263a909b0369c.tar.gz
meson: Make udev 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 ce90355de..816feedc3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -53,6 +53,9 @@ option('speex',
option('systemd',
type : 'feature', value : 'auto',
description : 'Optional systemd support')
+option('udev',
+ type : 'feature', value : 'auto',
+ description : 'Optional udev support')
option('x11',
type : 'feature', value : 'auto',
description : 'Optional X11 support')