[totem] Limit the Tracker versions we build against to 0.6.x



commit c2db8b70b879529392b8b98a6ec27991c1c1dd83
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Jul 20 22:28:13 2009 +0100

    Limit the Tracker versions we build against to 0.6.x
    
    2009-07-20  Philip Withnall  <philip tecnocode co uk>
    
    	* configure.in: Limit the Tracker versions we can build the Local
    	Search plugin against to 0.6.x. (Closes: #580726)

 ChangeLog    |    5 +++++
 configure.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e36ed1c..942083f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-07-20  Philip Withnall  <philip tecnocode co uk>
 
+	* configure.in: Limit the Tracker versions we can build the Local
+	Search plugin against to 0.6.x. (Closes: #580726)
+
+2009-07-20  Philip Withnall  <philip tecnocode co uk>
+
 	* Makefile.am: Build the docs first, and the code last
 
 2009-07-20  Philip Withnall  <philip tecnocode co uk>
diff --git a/configure.in b/configure.in
index 72a3b1c..d8e16b7 100644
--- a/configure.in
+++ b/configure.in
@@ -524,7 +524,7 @@ for plugin in ${used_plugins}; do
 			fi
 		;;
 		tracker)
-			PKG_CHECK_MODULES(TRACKER, tracker, [HAVE_TRACKER=yes], [HAVE_TRACKER=no])
+			PKG_CHECK_MODULES(TRACKER, tracker >= 0.6 tracker < 0.7, [HAVE_TRACKER=yes], [HAVE_TRACKER=no])
 			if test "${HAVE_TRACKER}" != "yes" ; then
 				plugin_error_or_ignore "you need the tracker development headers installed for the tracker plugin"
 				add_plugin="0"



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