summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2020-02-23 13:42:39 +0100
committerCarlos Garnacho <carlosg@gnome.org>2020-04-05 14:34:16 +0200
commit350c8f25b214933d7d61a6ca7aaa74d43625e0b6 (patch)
tree788abec371a2b9d6bc10406ac323f25ba978da7a /meson.build
parent7a7003106329d7749408b086577815547c0c5b49 (diff)
downloadtracker-350c8f25b214933d7d61a6ca7aaa74d43625e0b6.tar.gz
build: Install ontologies/stop-words in $datadir/tracker-3
So they can be installed in parallel with other major versions
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index de1dcc121..30e2cedec 100644
--- a/meson.build
+++ b/meson.build
@@ -244,7 +244,7 @@ tracker_install_rpath = ':'.join([tracker_internal_libs_dir, libdir])
# NOTE: We don't use ${TRACKER_API_VERSION} because other content like
# the ontology is installed to the same location.
-tracker_ontologies_dir = join_paths(get_option('prefix'), get_option('datadir'), 'tracker/ontologies')
+tracker_ontologies_dir = join_paths(get_option('prefix'), get_option('datadir'), tracker_versioned_name, 'ontologies')
vapi_dir = join_paths(get_option('prefix'), get_option('datadir'), 'vala', 'vapi')