summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-11-02 19:16:36 +0000
committerOlivier Crête <olivier.crete@collabora.com>2018-12-14 14:47:01 -0500
commitfefe511922f8831377020810cb3f09e227c16690 (patch)
tree67096e054d398c141270e62b138473cebe5dc730 /meson_options.txt
parent0e0f89d2b916dc0475787e0970bb692882ee3de2 (diff)
downloadlibnice-fefe511922f8831377020810cb3f09e227c16690.tar.gz
meson: allow selecting crypto library manually via an option
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6610ebd..d3a0ab9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,6 +4,7 @@ option('gstreamer', type: 'feature', value: 'auto',
description: 'Enable or disable build of GStreamer plugins')
option('ignored-network-interface-prefix', type: 'string', value: '',
description: 'Ignore network interfaces whose name starts with this string in the ICE connection check algorithm. For example, "virbr" to ignore virtual bridge interfaces added by virtd, which do not help in finding connectivity.')
+option('crypto-library', type: 'combo', choices : ['auto', 'gnutls', 'openssl'], value : 'auto')
# Common feature options
option('examples', type : 'feature', value : 'auto', yield : true,