[bijiben] build: Make Zeitgeist no mandatory by default



commit 42bbd5790c46ed0b99557ba940856c7e28366df4
Author: Isaque Galdino <igaldino gmail com>
Date:   Thu Dec 28 16:36:14 2017 -0200

    build: Make Zeitgeist no mandatory by default
    
    Zeitgeist support is optional for bijiben but, after migration to meson,
    it's enabled by default.
    
    This patch changes that, returning to it's previous behavior.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=792024

 meson_options.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index b3d88c4..4e05542 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,2 +1,2 @@
-option('zeitgeist', type: 'boolean', value: true, description: 'Enable Zeitgeist')
+option('zeitgeist', type: 'boolean', value: false, description: 'Enable Zeitgeist')
 option('update_mimedb', type: 'boolean', value: true, description: 'update-mime-database after install')


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