[tracker-miners/wip/carlosg/tracker-3.0-api-breaks: 50/57] build: Remove references to tracker_store variable



commit 667879c5e4a7ca03b8cb1bbcddff50f93394018c
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 0f7e7fb05..c4e931722 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]