[tracker-miners/wip/carlosg/tracker-3.0-api-breaks] build: Remove references to tracker_store variable
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/wip/carlosg/tracker-3.0-api-breaks] build: Remove references to tracker_store variable
- Date: Thu, 16 Jan 2020 22:31:59 +0000 (UTC)
commit 171b59a78f3b011b86aa04cffa08865059f64957
Author: Sam Thursfield <sam afuera me uk>
Date: Thu Jan 16 23:28:24 2020 +0100
build: Remove references to tracker_store variable
These were breaking the build when -Dtracker_core=subproject was set.
meson.build | 11 -----------
1 file changed, 11 deletions(-)
---
diff --git a/meson.build b/meson.build
index 4cdda7dce..7f7d804e0 100644
--- a/meson.build
+++ b/meson.build
@@ -24,14 +24,6 @@ if get_option('tracker_core') == 'system'
'use the -Dtracker_core=subproject option to build from Git.')
endif
- # The tracker-miners will not work unless installed into the same prefix as
- # the base 'tracker' package as it expects to be able to access data files
- # in ${prefix}/{datadir}/tracker.
- #
- # This check acts as a guard to make sure we are being configured with the
- # right prefix, among other things.
- tracker_store_path = tracker_sparql.get_pkgconfig_variable('tracker_store')
-
# 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.
@@ -52,9 +44,6 @@ else
tracker_sparql = tracker_subproject.get_variable('tracker_sparql_dep')
- tracker_store = tracker_subproject.get_variable('tracker_store')
- tracker_store_path = tracker_store.full_path()
-
tracker_test_dbus_services_dir = tracker_subproject.get_variable('tracker_test_dbus_services_dir')
tracker_uninstalled_cli_dir = tracker_subproject.get_variable('tracker_uninstalled_cli_dir')
tracker_uninstalled_domain_rule = tracker_subproject.get_variable('tracker_uninstalled_domain_rule')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]