summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaud.rebillout@collabora.com>2018-10-19 17:04:01 +0700
committerArun Raghavan <arun@arunraghavan.net>2018-12-27 17:25:55 +0530
commitd984da3fea0a6596741924bfc34ded899864abd4 (patch)
treef0421d33ec5cfad6bfeb5c95517081f645cd0b58 /meson_options.txt
parent9a0060d208eecd5c38f43b539ccc16597d58a1f8 (diff)
downloadpulseaudio-d984da3fea0a6596741924bfc34ded899864abd4.tar.gz
meson: Make avahi 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 683d25805..3bd4b94f9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -20,6 +20,9 @@ option('pulsedspdir',
option('alsa',
type : 'feature', value : 'auto',
description : 'Optional ALSA support')
+option('avahi',
+ type : 'feature', value : 'auto',
+ description : 'Optional Avahi support')
option('dbus',
type : 'feature', value : 'auto',
description : 'Optional D-Bus support')