[msitools] build: lower gio and libxml2 requirements for wixl
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [msitools] build: lower gio and libxml2 requirements for wixl
- Date: Thu, 17 Jan 2013 16:37:00 +0000 (UTC)
commit 36ae00127902d931155c5cc066bac37ecbf7faa7
Author: Paolo Bonzini <pbonzini redhat com>
Date: Wed Jan 16 20:34:54 2013 +0100
build: lower gio and libxml2 requirements for wixl
These versions are present in RHEL6. However, there is still
an undefined reference to g_hash_table_add.
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d9247a5..bae431a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,10 +38,10 @@ AM_CONDITIONAL([VAPI], [test "x$VAPIGEN" != xno])
AS_IF([test $win32 = no],
[WIXL_UNIX="gio-unix-2.0"])
-PKG_CHECK_MODULES([WIXL], [gio-2.0 >= 2.26.0
+PKG_CHECK_MODULES([WIXL], [gio-2.0 >= 0.23.0
libgcab-1.0
uuid >= 1.41.3
- libxml-2.0 >= 2.9
+ libxml-2.0 >= 2.7
$WIXL_UNIX],
[wixl_ok=yes], [wixl_ok=no])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]