[tracker] build: Depend on gmodule for libtracker-extract



commit d236099ab73b8c70afe571b1e561c5044ebc2a59
Author: Martyn Russell <martyn lanedo com>
Date:   Tue Jan 3 16:46:19 2012 +0000

    build: Depend on gmodule for libtracker-extract
    
    Since glib 2.31.4, gio does not depend on gmodule, so detecting on gmodule for
    LIBTRACKER_EXTRACT is required.
    
    Fixes GB#666410

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index de0b6f8..ff15e98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -239,7 +239,8 @@ PKG_CHECK_MODULES(LIBTRACKER_DIRECT, [$LIBTRACKER_DIRECT_REQUIRED])
 
 # Check requirements for libtracker-extract
 LIBTRACKER_EXTRACT_REQUIRED="glib-2.0     >= $GLIB_REQUIRED
-                             gio-unix-2.0 >= $GLIB_REQUIRED"
+                             gio-unix-2.0 >= $GLIB_REQUIRED
+			     gmodule-2.0  >= $GLIB_REQUIRED"
 
 PKG_CHECK_MODULES(LIBTRACKER_EXTRACT, [$LIBTRACKER_EXTRACT_REQUIRED])
 



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