[balsa/wip/gtk4: 37/351] Correctly document default values of options



commit 62f5151e937164592fda5e1368eb05088aba0c85
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Fri Oct 20 20:00:03 2017 -0400

    Correctly document default values of options

 meson_options.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 1d01d1a..8dbdc87 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -16,7 +16,7 @@ option('fcntl',
 option('gpgme',
   type        : 'string',
   value       : 'true',
-  description : 'build with gpgme/GnuPG support (true|false|path to gpgme-config, default=false)')
+  description : 'build with gpgme/GnuPG support (true|false|path to gpgme-config, default=true)')
 
 option('canberra',
   type        : 'boolean',
@@ -37,7 +37,7 @@ option('html-widget',
   type        : 'combo',
   choices     : ['webkit2', 'webkit', 'gtkhtml4', 'none'],
   value       : 'none',
-  description : 'select the HTML renderer (default webkit2)')
+  description : 'select the HTML renderer (default none)')
 
 option('gtksourceview',
   type        : 'boolean',
@@ -83,7 +83,7 @@ option('sqlite',
 option('libsecret',
   type        : 'boolean',
   value       : true,
-  description : 'Link to libsecret (default=false)')
+  description : 'Link to libsecret (default=true)')
 
 option('gcr',
   type        : 'boolean',


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