From 0f93b9e54dff366842c60b6c4990f8e076a5dc8c Mon Sep 17 00:00:00 2001 From: Mike Ruprecht Date: Sat, 24 Sep 2016 18:19:04 -0500 Subject: 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. --- meson_options.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'meson_options.txt') 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') -- cgit v1.2.1