[tracker/tracker-0.12] build: Depend on gmodule for libtracker-extract
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.12] build: Depend on gmodule for libtracker-extract
- Date: Wed, 15 Feb 2012 15:13:35 +0000 (UTC)
commit 5a3f62c78f6c3a7e301299bba93173e3f6e34c24
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 545e37c..aa2cf89 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]