[tracker/sam/tracker-2.3-developer-experience: 28/45] meson: Expose cli build directory to subprojects
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sam/tracker-2.3-developer-experience: 28/45] meson: Expose cli build directory to subprojects
- Date: Wed, 2 Oct 2019 11:55:58 +0000 (UTC)
commit 8a049e083b1226a9e17b38d9de2a39e054501138
Author: Sam Thursfield <sam afuera me uk>
Date: Mon Sep 16 00:26:10 2019 +0200
meson: Expose cli build directory to subprojects
This is needed for the new 'run-uninstalled' script in
tracker-miners.git to run the correct version of the CLI.
meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index 6148c4175..c95b53b9b 100644
--- a/meson.build
+++ b/meson.build
@@ -346,6 +346,7 @@ test_c_args = tracker_c_args + [
'-DTOP_SRCDIR="@0@"'.format(source_root),
]
+tracker_uninstalled_cli_dir = join_paths(meson.current_build_dir(), 'src', 'tracker')
tracker_uninstalled_domain_rule = join_paths(meson.current_source_dir(), 'src', 'tracker-store',
'default.rule')
tracker_uninstalled_nepomuk_ontologies_dir = join_paths(meson.current_source_dir(), 'src', 'ontologies',
'nepomuk')
tracker_uninstalled_stop_words_dir = join_paths(meson.current_source_dir(), 'src', 'libtracker-common',
'stop-words')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]