summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2017-10-03 11:45:43 +0200
committerTomas Popela <tpopela@redhat.com>2018-04-11 12:39:19 +0200
commitc147fd0bbea85536d0f6c5974b43756a911c79fe (patch)
tree5a567a3662e00cf26f843aef643bd046508fc235 /meson_options.txt
parenta88ce96da77c93939ca145bc845de2e087395e73 (diff)
downloadlibsoup-c147fd0bbea85536d0f6c5974b43756a911c79fe.tar.gz
Implement glib-networking check for TLS support
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 265a4011..5ede4dfe 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,3 +2,4 @@ option('enable-gssapi', type : 'boolean', value : true, description : 'Build wit
option('krb5-config', type : 'string', value : '', description : 'Where to look for krb5-config, path points to krb5-config installation (defaultly looking in PATH)')
option('enable-ntlm', type : 'boolean', value : false, description : 'Build with NTLM support')
option('ntlm-auth', type : 'string', value : '', description : 'Where to look for ntlm_auth, path points to ntlm_auth installation (defaultly looking in PATH)')
+option('enable-tls-check', type : 'boolean', value : true, description : 'Enable TLS support through glib-networking. If you are building a package, you can disable this to allow building libsoup anyway (since glib-networking is not actually required at compile time), but you should be sure to add a runtime dependency on it.')