summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2020-03-08 19:09:54 +0100
committerSam Thursfield <sam@afuera.me.uk>2020-03-08 19:20:36 +0100
commitde00f726c80927348f94bb6630297f9fee7754b1 (patch)
treeec0ea48052f1e41c9cec4d71ce18113a03b57120 /meson_options.txt
parent911f37ecb546bbfe77d16ba2a006253ad85062cc (diff)
downloadtracker-de00f726c80927348f94bb6630297f9fee7754b1.tar.gz
Remove no-FTS codepaths
For historical reasons we have a codepath to build without full-text search support, mostly useful on systems where the SQLite FTS5 module is not available. This module is not difficult to build so in Tracker 3.0 we'll require it.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e29aaaa84..04ecfb953 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,7 +1,5 @@
option('docs', type: 'boolean', value: false, yield: true,
description: 'Generate API documentation with gtk-doc')
-option('fts', type: 'boolean', value: true,
- description: 'Enable the Tracker full-text search feature')
option('man', type: 'boolean', value: true, yield: true,
description: 'Install man pages')
option('override_sqlite_version_check', type: 'boolean', value: false,