summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMike Ruprecht <cmaiku@gmail.com>2016-09-24 18:19:04 -0500
committerMike Ruprecht <cmaiku@gmail.com>2016-09-24 18:19:04 -0500
commit0f93b9e54dff366842c60b6c4990f8e076a5dc8c (patch)
tree8c071d73960dccb542f3e7edd628128796498de3 /meson_options.txt
parent9c8884ce3bc4e360623964a01ff08a3ad89e2bad (diff)
downloadpidgin-0f93b9e54dff366842c60b6c4990f8e076a5dc8c.tar.gz
ca-certs: Remove unused ca-certs directory
Since TLS has been ported to Gio and glib-networking 2.58 uses the system store by default, we no longer need to ship our own certificate bundle for Windows. This patch therefore removes it.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index bb4e63a3d9..9413f86384 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -95,8 +95,6 @@ option('secret-service', type : 'boolean', value : true,
option('kwallet', type : 'boolean', value : true,
description : 'enable KWallet support')
-option('system-ssl-certs', type : 'string',
- description : 'directory containing system-wide SSL CA certificates')
option('nettle', type : 'boolean', value : true,
description : 'enable Nettle support')