summaryrefslogtreecommitdiff
path: root/config.h.meson.in
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2017-06-08 17:03:41 +0100
committerSam Thursfield <sam@afuera.me.uk>2017-06-08 17:44:19 +0100
commit809b56767fccd5680136485c6fbbc895e83dd886 (patch)
treee60c05396c0f343ec19ba17e55599b74dfa4e1b2 /config.h.meson.in
parent5b997a905f5d514e214080a9df4f158870444609 (diff)
downloadtracker-809b56767fccd5680136485c6fbbc895e83dd886.tar.gz
Remove Maemo/Meego leftovers
This removes various code paths that we believe to be unused. * The userguides miner has been removed altogether. * The application miner no longer parses MeeGo-style .desktop files * The TRACKER_DISABLE_MEEGOTOUCH_LOCALE environment flag is gone (it already did nothing) * Character set detection with libmeegotouch is removed, only enca or libicu are supported * Meego-specific flags are gone from .desktop files * Functional tests have lost their vestigal Scratchbox and Aegis support There are 5 ontologies referencing Maemo, 4 of which are largely unused. These have been kept around in case anyone is using them outside Tracker. https://bugzilla.gnome.org/show_bug.cgi?id=783555
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 4294d8477..613511c3a 100644
--- a/config.h.meson.in
+++ b/config.h.meson.in
@@ -78,9 +78,6 @@
/* libunistring Unicode support library */
#mesondefine HAVE_LIBUNISTRING
-/* Define if we have meegotouch */
-#mesondefine HAVE_MEEGOTOUCH
-
/* Define if we have NetworkManager for network status detection */
#mesondefine HAVE_NETWORK_MANAGER