summaryrefslogtreecommitdiff
path: root/config.h.meson.in
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 /config.h.meson.in
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 'config.h.meson.in')
-rw-r--r--config.h.meson.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.meson.in b/config.h.meson.in
index 8c7f99937..79b7e328f 100644
--- a/config.h.meson.in
+++ b/config.h.meson.in
@@ -78,9 +78,6 @@
/* Define to 1 if you have the `strnlen' function. */
#mesondefine HAVE_STRNLEN
-/* Define to 0 if tracker FTS is not compiled */
-#mesondefine HAVE_TRACKER_FTS
-
/* Define if we have UPOWER */
#mesondefine HAVE_UPOWER