[tracker-miners/wip/carlosg/test-fixes: 1/5] build: Look up proper trackertestutils path in non-bundled case



commit f22b2dddd7f60d04c8356c95c339a26d0dd80ec2
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sat Nov 30 11:33:15 2019 +0100

    build: Look up proper trackertestutils path in non-bundled case
    
    It's adding parts of the path that are already specified in the .pc file.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 57f1c915e..f896b40ba 100644
--- a/meson.build
+++ b/meson.build
@@ -41,7 +41,7 @@ if get_option('tracker_core') == 'system'
   tracker_uninstalled_domain_rule = join_paths 
(tracker_sparql.get_pkgconfig_variable('domain_ontologies_dir'), 'default.rule')
   tracker_uninstalled_nepomuk_ontologies_dir = 
join_paths(tracker_sparql.get_pkgconfig_variable('ontologies_dir'), 'nepomuk')
   tracker_uninstalled_stop_words_dir = join_paths(tracker_sparql.get_pkgconfig_variable('datadir'), 
'tracker', 'stop-words')
-  tracker_uninstalled_testutils_dir = join_paths(tracker_testutils.get_pkgconfig_variable('python_path'), 
'tracker-2.0', 'trackertestutils')
+  tracker_uninstalled_testutils_dir = tracker_testutils.get_pkgconfig_variable('python_path')
 else
   tracker_subproject = subproject('tracker',
     default_options: [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]