summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 38cdf9205e..221e34f6f7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -109,10 +109,8 @@ option('kwallet', type : 'boolean', value : true,
option('system-ssl-certs', type : 'string',
description : 'directory containing system-wide SSL CA certificates')
-option('gnutls', type : 'boolean', value : true,
- description : 'attempt to use GnuTLS for SSL support')
-option('nss', type : 'boolean', value : true,
- description : 'attempt to use Mozilla libnss for SSL support')
+option('nettle', type : 'boolean', value : true,
+ description : 'enable Nettle support')
option('cyrus-sasl', type : 'boolean', value : false,
description : 'enable Cyrus SASL support for XMPP/IRC')