[glib-networking] Improve descriptions of build options
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking] Improve descriptions of build options
- Date: Sat, 21 Oct 2017 20:20:11 +0000 (UTC)
commit f0a2b9d52e5d7baf67dd360164adcd53bb4fb92d
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Sat Oct 21 15:19:49 2017 -0500
Improve descriptions of build options
meson_options.txt | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 5d856a8..df00c5e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,6 @@
-option('libproxy_support', type: 'boolean', value: true, description: 'support for libproxy')
-option('gnome_proxy_support', type: 'boolean', value: true, description: 'support for GNOME proxy
configuration')
-option('tls_support', type: 'boolean', value: true, description: 'support for GNUTLS')
+option('libproxy_support', type: 'boolean', value: true, description: 'support for libproxy proxy
configration')
+option('gnome_proxy_support', type: 'boolean', value: true, description: 'support for GNOME desktop proxy
configuration')
+option('tls_support', type: 'boolean', value: true, description: 'support for TLS using GnuTLS')
option('ca_certificates_path', type: 'string', value: '', description: 'path to system Certificate Authority
list')
-option('pkcs11_support', type: 'boolean', value: true, description: 'support for pkcs11')
-option('installed_tests', type: 'boolean', value: false, description: 'enable installed unit tests')
+option('pkcs11_support', type: 'boolean', value: true, description: 'support for PKCS#11 using p11-kit')
+option('installed_tests', type: 'boolean', value: false, description: 'enable installed tests')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]