summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2017-12-16 15:02:10 +0000
committerSam Thursfield <sam@afuera.me.uk>2017-12-16 15:02:10 +0000
commitfe77c4dbf6d7e3abe145a979f697b227a83cdb6e (patch)
tree48d8dd33235537fd8269cf9a3b4c414397d1b7ff /meson_options.txt
parent515451eea93e1a4f022dda22fceaee7fb9611728 (diff)
downloadtracker-fe77c4dbf6d7e3abe145a979f697b227a83cdb6e.tar.gz
meson: Fix build with libstemmer
Based on a patch by Jeremy Bicha <jbicha@ubuntu.com>. https://bugzilla.gnome.org/show_bug.cgi?id=790373
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 496d35613..05c65c948 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,7 +7,7 @@ option('functional_tests', type: 'boolean', value: true,
option('journal', type: 'boolean', value: true,
description: 'Enable database journal backup mechanism')
-option('stemmer', type: 'combo', choices: ['auto', 'no', 'yes'], value: 'no',
+option('stemmer', type: 'combo', choices: ['auto', 'no', 'yes'], value: 'auto',
description: 'Enable stemming words while indexing')
option('unicode_support', type: 'combo', choices: ['icu', 'unistring', 'auto'], value: 'auto',
description: 'Unicode support library to use')