[PATCH 5/5] tracker: bump glib dependencies to 2.26.0



From: Lionel Landwerlin <lionel g landwerlin linux intel com>

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>
---
 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)
-- 
1.7.2.3



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