summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2019-12-11 20:03:29 +0100
committerCarlos Garnacho <carlosg@gnome.org>2019-12-12 11:12:47 +0100
commita88e0f23df07308670020926285549b0ed8a55a2 (patch)
treec26b71cf73f57c024a28d97db78bddc146518bea /tests/meson.build
parentf8562b0278d187e9be5fc022c5c474e438265e46 (diff)
downloadtracker-a88e0f23df07308670020926285549b0ed8a55a2.tar.gz
libtracker-miner: Drop libtracker-miner as a public library
According to Debian code search, it's accumulated 0 users outside of tracker-miners. If everyone is relying on either tracker-miner-fs/rss or implementing their own minimal abstraction (TrackerMinerFS is a complex object, but the others are all fairly shallow), it does not make sense to drag this as public API anymore. This code moves into tracker-miners, and every user is expected to consume and insert data using the sparql library.
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index c7467781a..aaa0ea0ae 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -10,7 +10,6 @@ if enable_fts
subdir('libtracker-fts')
endif
-subdir('libtracker-miner')
subdir('libtracker-sparql')
subdir('tracker-steroids')