[nautilus] build: Bump optional tracker dependency to 2.0



commit d2d844414fc6570bed5402bd7785132ca1a6fb50
Author: Carlos Garnacho <carlosg gnome org>
Date:   Wed Jun 28 23:41:21 2017 +0200

    build: Bump optional tracker dependency to 2.0
    
    No code changes required. It remains API compatible with the current
    usage in nautilus.

 meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index ef8293a..85c3cb9 100644
--- a/meson.build
+++ b/meson.build
@@ -82,7 +82,7 @@ if get_option ('enable-selinux')
 endif
 
 if get_option ('enable-tracker')
-    tracker_sparql = dependency ('tracker-sparql-1.0')
+    tracker_sparql = dependency ('tracker-sparql-2.0')
     conf.set10 ('ENABLE_TRACKER', true)
 endif
 


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