[tracker-miners/wip/rishi/issue-28] build: Disable guarantee_metadata by default
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/wip/rishi/issue-28] build: Disable guarantee_metadata by default
- Date: Fri, 14 Sep 2018 12:32:02 +0000 (UTC)
commit 09f36c259f5ecf83beceabbbd11069051d714e54
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Sep 14 14:28:10 2018 +0200
build: Disable guarantee_metadata by default
Fallout from 68b41e39e0fbdcf60dccfbccc83f59212f81edb6
https://gitlab.gnome.org/GNOME/tracker-miners/issues/28
meson_options.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index a91ac6c0f..d19533686 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,7 +7,7 @@ option('extract', type: 'boolean', value: true,
description: 'Enable the Tracker metadata extractor')
option('functional_tests', type: 'boolean', value: true,
description: 'Enable the Tracker functional test suite')
-option('guarantee_metadata', type: 'boolean', value: true,
+option('guarantee_metadata', type: 'boolean', value: false,
description: 'Set nie:title and nie:contentCreated from filename and mtime if no metadata available')
option('journal', type: 'boolean', value: true,
description: 'Enable database journal backup mechanism')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]