diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-10-31 14:12:24 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-10-31 14:12:24 +0000 |
commit | 3626e92e55d995f28dda92c6c80a1684222bc9f4 (patch) | |
tree | ca55dbdae9a9eb0c3c0cf1082c92bd035f14c223 /config.h.meson.in | |
parent | ae2d2a9201f56ece5334bf097133a268c6a9b537 (diff) | |
download | tracker-3626e92e55d995f28dda92c6c80a1684222bc9f4.tar.gz |
meson: Remove options that are only relevant to tracker-miners
The tracker-miners now live in a separate repo.
Diffstat (limited to 'config.h.meson.in')
-rw-r--r-- | config.h.meson.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.meson.in b/config.h.meson.in index 25d292062..35d8d3b46 100644 --- a/config.h.meson.in +++ b/config.h.meson.in @@ -36,9 +36,6 @@ /* Defined if Sqlite has FTS5 compiled in */ #mesondefine HAVE_BUILTIN_FTS -/* Enca language detection aid */ -#mesondefine HAVE_ENCA - /* Define if we have exempi */ #mesondefine HAVE_EXEMPI @@ -63,9 +60,6 @@ /* libicu Unicode support library */ #mesondefine HAVE_LIBICU -/* ICU language detection aid */ -#mesondefine HAVE_LIBICU_CHARSET_DETECTION - /* Define if we have libiptcdata */ #mesondefine HAVE_LIBIPTCDATA |