[gnome-music] configure: Depend on Tracker >= 1.7.1



commit 5bc67ac7fcff12df9d464e5a14dd14b658548ad4
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Dec 31 19:05:20 2015 +0100

    configure: Depend on Tracker >= 1.7.1
    
    This is the first version providing all the sparql 1.1 features
    we'll be using in the following patches.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759587

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 654e4a6..e3fbfda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,9 @@ GOBJECT_INTROSPECTION_REQUIRE([1.35.9])
 PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.13.2])
 PKG_CHECK_MODULES(MEDIAART, [libmediaart-2.0])
 
+TRACKER_MIN_VERSION=1.7.1
+PKG_CHECK_MODULES(TRACKER, [tracker-sparql-1.0 >= $TRACKER_MIN_VERSION])
+
 GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
 AC_SUBST(GLIB_COMPILE_RESOURCES)
 


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