[tracker-miners] build: Lookup nepomuk dir in installed paths correctly



commit b584d21c72a8141c2242616753b64e40b38d667e
Author: Carlos Garnacho <carlosg gnome org>
Date:   Wed Mar 6 20:15:46 2019 +0100

    build: Lookup nepomuk dir in installed paths correctly
    
    This is not the domain ontologies dir.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 1dd9de42c..500f79915 100644
--- a/meson.build
+++ b/meson.build
@@ -36,7 +36,7 @@ if get_option('tracker_core') == 'system'
   # having it as a subproject, these 'uninstalled' locations point to the actual
   # installed locations.
   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('domain_ontologies_dir'), 'nepomuk')
+  tracker_uninstalled_nepomuk_ontologies_dir = 
join_paths(tracker_sparql.get_pkgconfig_variable('ontologies_dir'), 'nepomuk')
   tracker_uninstalled_stop_words_dir = join_paths(get_option('prefix'), get_option('datadir'), 'tracker', 
'stop-words', 'default.rule')
 else
   tracker_subproject = subproject('tracker',


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