[glib-networking] Pick defaults for every build option properly



commit 6c2b978dccd092eff83b19ac741978869d56b240
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sat Oct 21 10:50:30 2017 -0500

    Pick defaults for every build option properly
    
    I pushed too soon. Off to a great start!

 meson_options.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 3805981..3bdf26b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,6 @@
-option('libproxy_backend', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'true', description: 
'support for libproxy')
-option('gnome_proxy_backend', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'true', description: 
'support for GNOME proxy configuration')
+option('libproxy_backend', type: 'boolean', value: true, description: 'support for libproxy')
+option('gnome_proxy_backend', type: 'boolean', value: true, description: 'support for GNOME proxy 
configuration')
 option('tls_support', type: 'boolean', value: true, description: 'support for GNUTLS')
 option('ca_certificates_path', type: 'string', value: '', description: 'path to system Certificate Authority 
list')
-option('pkcs11_support', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'true', description: 'support 
for pkcs11')
+option('pkcs11_support', type: 'boolean', value: true, description: 'support for pkcs11')
 option('installed_tests', type: 'boolean', value: false, description: 'enable installed unit tests')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]