[balsa/wip/gmime3: 150/197] More sensible default options



commit f1326499b9fdb5ce8333a73d18461a82793a6c6f
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Sun Dec 31 18:33:37 2017 -0500

    More sensible default options

 meson_options.txt |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 2bbd1ce..c47be2e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -15,8 +15,8 @@ option('fcntl',
 
 option('gpgme',
   type        : 'string',
-  value       : 'false',
-  description : 'build with gpgme/GnuPG support (true|false|path to gpgme-config, default=false)')
+  value       : 'true',
+  description : 'build with gpgme/GnuPG support (true|false|path to gpgme-config, default=true)')
 
 option('canberra',
   type        : 'boolean',
@@ -41,13 +41,13 @@ option('html-widget',
 
 option('gtksourceview',
   type        : 'boolean',
-  value       : false,
-  description : 'Use GtkSourceView-3 if available (default=false)')
+  value       : true,
+  description : 'Use GtkSourceView-3 if available (default=true)')
 
 option('spell-checker',
   type        : 'combo',
   choices     : ['internal', 'gspell', 'gtkspell'],
-  value       : 'internal',
+  value       : 'gspell',
   description : 'select the spell checker (default internal)')
 
 option('ldap',
@@ -82,8 +82,8 @@ option('sqlite',
 
 option('libsecret',
   type        : 'boolean',
-  value       : false,
-  description : 'Link to libsecret (default=false)')
+  value       : true,
+  description : 'Link to libsecret (default=true)')
 
 option('gcr',
   type        : 'boolean',
@@ -97,8 +97,8 @@ option('more-warnings',
 
 option('help-files',
   type        : 'boolean',
-  value       : false,
-  description : 'Install the help files (default=false)')
+  value       : true,
+  description : 'Install the help files (default=true)')
 
 option('libnetclient-docs',
   type        : 'boolean',


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