[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:28:28 +0000 (UTC)
commit 830413b262bf4750f29bb90fc3429d4d67842a7e
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 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index af7ad6bc7..6d2ecb0e5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c', 'vala',
- version: '2.3.0',
+ version: '2.99.0',
meson_version: '>=0.47')
gnome = import('gnome')
@@ -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]