summaryrefslogtreecommitdiff
path: root/extra/brasero/tracker1.patch
blob: 735a3c617a939db13ff3ad386719e56e30668f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 87709dbcef059dcc25e2c4622a158d88a607b759 Mon Sep 17 00:00:00 2001
From: Joshua Lock <joshua.lock@intel.com>
Date: Mon, 17 Feb 2014 09:53:27 +0000
Subject: build: support tracker 1.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Thanks to Bjørn Lie <bjorn.lie@gmail.com> for the patch.

https://bugzilla.gnome.org/show_bug.cgi?id=724486

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"])
                               ])
-- 
cgit v0.10.1