[gnome-photos] build: Replace tracker-miner with tracker-control



commit 89109612d771be804dc44b80503033e68462a0c7
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Feb 20 18:01:38 2014 +0100

    build: Replace tracker-miner with tracker-control
    
    ... because TrackerMinerManager now lives in tracker-control after a
    round of API clean up for 1.0.

 configure.ac                       |    2 +-
 src/photos-indexing-notification.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3aca696..80f6110 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ PKG_CHECK_MODULES(GTK_UNIX_PRINT, [gtk+-unix-print-3.0])
 PKG_CHECK_MODULES(LCMS, [lcms2])
 PKG_CHECK_MODULES(LIBEXIF, [libexif >= $LIBEXIF_MIN_VERSION])
 PKG_CHECK_MODULES(LIBRSVG, [librsvg-2.0 >= $LIBRSVG_MIN_VERSION])
-PKG_CHECK_MODULES(TRACKER, [tracker-miner-1.0 tracker-sparql-1.0])
+PKG_CHECK_MODULES(TRACKER, [tracker-control-1.0 tracker-sparql-1.0])
 
 LIBGD_INIT([
   gtk-hacks
diff --git a/src/photos-indexing-notification.c b/src/photos-indexing-notification.c
index a7bdd2e..edb7c06 100644
--- a/src/photos-indexing-notification.c
+++ b/src/photos-indexing-notification.c
@@ -27,7 +27,7 @@
 
 #include <glib.h>
 #include <glib/gi18n.h>
-#include <libtracker-miner/tracker-miner.h>
+#include <libtracker-control/tracker-control.h>
 
 #include "photos-icons.h"
 #include "photos-indexing-notification.h"


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