[tracker/sam/meson-cli-dir: 1/2] meson: Expose cli build directory to subprojects
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sam/meson-cli-dir: 1/2] meson: Expose cli build directory to subprojects
- Date: Sun, 15 Sep 2019 22:30:15 +0000 (UTC)
commit 2c0f8fc13c61ee84f77c815d6f54384b55628051
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 af7ad6bc7..df8764756 100644
--- a/meson.build
+++ b/meson.build
@@ -338,6 +338,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]