[grilo-plugins] tracker: bump glib dependencies to 2.26.0



commit 73fa43016fe5a38b7b1360f87870d41e452bd996
Author: Lionel Landwerlin <lionel g landwerlin linux intel com>
Date:   Tue Jan 25 10:47:42 2011 +0000

    tracker: bump glib dependencies to 2.26.0
    
    The tracker plugins uses GDbus to listen to Tracker's event. GDbus is
    available since glib 2.26.
    
    Signed-off-by: Lionel Landwerlin <lionel g landwerlin linux intel com>
    Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ebcdc9f..13b9e24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,7 @@ fi
 # HARD DEPENDENCIES
 # ----------------------------------------------------------
 
-PKG_CHECK_MODULES([DEPS], glib-2.0 \
+PKG_CHECK_MODULES([DEPS], glib-2.0 >= 2.26.0 \
 			  gobject-2.0 \
 			  gmodule-2.0 \
 			  ${GRL_NAME} = 0.1.7)



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