summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2017-06-29 22:24:53 -0400
committerElliott Sales de Andrade <qulogic@pidgin.im>2017-06-29 22:24:53 -0400
commite45525d9c94a0f83bf21ba6cc5cf7957195cf5c6 (patch)
treed8df484e741bc91f9f64d95a551b00fb8cfe04ee /meson_options.txt
parentb632b2f3c368887dc296fe47652d42870f81c8c0 (diff)
downloadpidgin-e45525d9c94a0f83bf21ba6cc5cf7957195cf5c6.tar.gz
Switch GnuTLS/NSS for Nettle in Meson build.
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')