[tracker-miners/wip/carlosg/parallel-installable: 22/59] build: Fix run-uninstalled script with external tracker core
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/wip/carlosg/parallel-installable: 22/59] build: Fix run-uninstalled script with external tracker core
- Date: Sun, 5 Apr 2020 18:45:03 +0000 (UTC)
commit 51b83f80f361a6ae1962c65f98bbbfdfe6d9a4f8
Author: Carlos Garnacho <carlosg gnome org>
Date: Sun Mar 8 11:02:39 2020 +0100
build: Fix run-uninstalled script with external tracker core
The tracker_sparql_uninstalled_dir is undeclared otherwise. Just have
it point to the install prefix then.
meson.build | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/meson.build b/meson.build
index 1b20c025a..762a90d71 100644
--- a/meson.build
+++ b/meson.build
@@ -27,6 +27,7 @@ if get_option('tracker_core') == 'system'
# If we are building against an installed version of tracker core rather than
# having it as a subproject, these 'uninstalled' locations point to the actual
# installed locations.
+ tracker_sparql_uninstalled_dir = tracker_sparql.get_pkgconfig_variable('libdir')
tracker_uninstalled_cli_dir = join_paths (tracker_sparql.get_pkgconfig_variable('exec_prefix'), 'bin')
tracker_uninstalled_nepomuk_ontologies_dir =
join_paths(tracker_sparql.get_pkgconfig_variable('ontologies_dir'), 'nepomuk')
tracker_uninstalled_stop_words_dir = join_paths(tracker_sparql.get_pkgconfig_variable('datadir'),
'tracker', 'stop-words')
@@ -39,6 +40,7 @@ else
tracker_sparql = tracker_subproject.get_variable('tracker_sparql_dep')
+ tracker_sparql_uninstalled_dir = tracker_subproject.get_variable('tracker_sparql_uninstalled_dir')
tracker_uninstalled_cli_dir = tracker_subproject.get_variable('tracker_uninstalled_cli_dir')
tracker_uninstalled_nepomuk_ontologies_dir =
tracker_subproject.get_variable('tracker_uninstalled_nepomuk_ontologies_dir')
tracker_uninstalled_stop_words_dir = tracker_subproject.get_variable('tracker_uninstalled_stop_words_dir')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]