summaryrefslogtreecommitdiff
path: root/data/meson.build
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2020-08-01 17:25:27 +0200
committerSam Thursfield <sam@afuera.me.uk>2020-09-02 18:50:17 +0200
commitf9c79fce6d90e7e5842f2c56a1ec98a151126874 (patch)
tree86f3ab12aa2c5e2e49ed81c046fdd18201b299fb /data/meson.build
parent034a6a3394d9de5da743f9e62f6019ca37b50f1d (diff)
downloadnautilus-f9c79fce6d90e7e5842f2c56a1ec98a151126874.tar.gz
Use Tracker Miners inside Flatpak when not available on the host
This means the Nautilus flatpak will be able to use Tracker on systems which don't have Tracker 3 available on the host. It comes at a cost of increased resource consumption inside the Flatpak due running an extra indexer process there.
Diffstat (limited to 'data/meson.build')
-rw-r--r--data/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/meson.build b/data/meson.build
index e51ed50b1..9a4e2ff52 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -139,3 +139,4 @@ if appstream_util.found()
endif
subdir('ontology')
+subdir('tracker')