summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build3
-rw-r--r--src/libtracker-sparql/tracker-sparql.pc.in5
2 files changed, 8 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ee89f6e65..0610befb7 100644
--- a/meson.build
+++ b/meson.build
@@ -268,6 +268,9 @@ conf.set('libexecdir', join_paths(get_option('prefix'), get_option('libexecdir')
conf.set('prefix', get_option('prefix'))
conf.set('TRACKER_API_VERSION', tracker_api_version)
conf.set('VERSION', meson.project_version())
+conf.set('tracker_store', join_paths ('${libexecdir}', 'tracker-store'))
+conf.set('ontologies_dir', join_paths ('${datadir}', 'tracker', 'ontologies'))
+conf.set('domain_ontologies_dir', join_paths('${datadir}', 'tracker', 'domain-ontologies'))
# Configure functional tests to run completely from source tree.
conf.set('FUNCTIONAL_TESTS_ONTOLOGIES_DIR', join_paths(meson.current_source_dir(), 'tests', 'functional-tests', 'test-ontologies'))
diff --git a/src/libtracker-sparql/tracker-sparql.pc.in b/src/libtracker-sparql/tracker-sparql.pc.in
index 4fb785c3d..dcdf0b7df 100644
--- a/src/libtracker-sparql/tracker-sparql.pc.in
+++ b/src/libtracker-sparql/tracker-sparql.pc.in
@@ -2,6 +2,11 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
+libexecdir=@libexecdir@
+datadir=@datadir@
+tracker_store=@tracker_store@
+ontologies_dir=@ontologies_dir@
+domain_ontologies_dir=@domain_ontologies_dir@
Name: tracker-sparql
Description: Tracker : A library to perform SPARQL queries and updates in the \