diff options
author | Arnaud Rebillout <arnaud.rebillout@collabora.com> | 2018-10-19 17:04:01 +0700 |
---|---|---|
committer | Arun Raghavan <arun@arunraghavan.net> | 2018-12-27 17:25:55 +0530 |
commit | d984da3fea0a6596741924bfc34ded899864abd4 (patch) | |
tree | f0421d33ec5cfad6bfeb5c95517081f645cd0b58 /meson_options.txt | |
parent | 9a0060d208eecd5c38f43b539ccc16597d58a1f8 (diff) | |
download | pulseaudio-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.txt | 3 |
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') |