summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaud.rebillout@collabora.com>2018-10-19 18:00:59 +0700
committerArun Raghavan <arun@arunraghavan.net>2018-12-27 17:25:56 +0530
commit1286b798ccc13c6ff29ca332c7373f6d2de3fc84 (patch)
tree0771519b9666cf2db2524c81f7cb01835227bcdf /meson_options.txt
parent911b12c15090d6d4fd26e9c684646ea2eea37f49 (diff)
downloadpulseaudio-1286b798ccc13c6ff29ca332c7373f6d2de3fc84.tar.gz
meson: Make openssl optional, fix build when openssl is disabled
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 5f308b949..f2adb993d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -44,6 +44,9 @@ option('jack',
option('lirc',
type : 'feature', value : 'auto',
description : 'Optional LIRC support')
+option('openssl',
+ type : 'feature', value : 'auto',
+ description : 'Optional OpenSSL support (used for Airtunes/RAOP)')
option('systemd',
type : 'feature', value : 'auto',
description : 'Optional systemd support')