[tracker-miners/wip/lantw/meson-Set-TRACKER_API_VERSION-to-2.0] meson: Set TRACKER_API_VERSION to 2.0
- From: Ting-Wei Lan <lantw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/wip/lantw/meson-Set-TRACKER_API_VERSION-to-2.0] meson: Set TRACKER_API_VERSION to 2.0
- Date: Sun, 2 Feb 2020 10:46:09 +0000 (UTC)
commit cd8786d652f1abf90a51d0ff9534a82233413a0b
Author: Ting-Wei Lan <lantw src gnome org>
Date: Sun Feb 2 18:40:19 2020 +0800
meson: Set TRACKER_API_VERSION to 2.0
Otherwise, tracker-miner-2.0.pc records tracker-sparql-1.0 in its
'Requires' field and causes build failure for other projects because
tracker-sparql-1.0.pc does not exist.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 673e3c7a5..64949f9e6 100644
--- a/meson.build
+++ b/meson.build
@@ -373,7 +373,7 @@ conf.set('libdir', libdir)
conf.set('libexecdir', join_paths(get_option('prefix'), get_option('libexecdir')))
conf.set('prefix', get_option('prefix'))
conf.set('tracker_test_dbus_services_dir', tracker_test_dbus_services_dir)
-conf.set('TRACKER_API_VERSION', '1.0')
+conf.set('TRACKER_API_VERSION', '2.0')
conf.set('VERSION', meson.project_version())
configure_file(input: 'config-miners.h.meson.in',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]