[balsa/wip/gtk4: 31/351] Make default meson options buildable and runnable



commit 4099b71045421e914f1b2be1c40d406204df7d1b
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Tue Oct 17 18:22:20 2017 -0400

    Make default meson options buildable and runnable

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


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