[brasero] build: support tracker 1.0



commit 87709dbcef059dcc25e2c4622a158d88a607b759
Author: Joshua Lock <joshua lock intel com>
Date:   Mon Feb 17 09:53:27 2014 +0000

    build: support tracker 1.0
    
    Thanks to Bjørn Lie <bjorn lie gmail com> for the patch.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724486

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3e28b4a..2b7906b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -388,7 +388,7 @@ AC_ARG_ENABLE(search,
 if test x"$enable_search" != "xno"; then
         # Try to figure out the tracker API version to use
         tracker_api="0.10"
-        m4_foreach([VERSION], [[0.10], [0.12], [0.14], [0.16], [0.18]],
+        m4_foreach([VERSION], [[0.10], [0.12], [0.14], [0.16], [0.18], [1.0]],
                               [PKG_CHECK_EXISTS([tracker-sparql-VERSION >= $TRACKER_REQUIRED],
                                                 [tracker_api="VERSION"])
                               ])


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