[banshee] Require webkit 1.2.2 or better, crashes otherwise
- From: Aaron Bockover <abock src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] Require webkit 1.2.2 or better, crashes otherwise
- Date: Sun, 18 Jul 2010 01:41:45 +0000 (UTC)
commit 54335f75cfa51d292b1a4917cde4d9c3e38fcd65
Author: Aaron Bockover <abockover novell com>
Date: Sat Jul 17 21:31:13 2010 -0400
Require webkit 1.2.2 or better, crashes otherwise
build/m4/banshee/libwebkit.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/m4/banshee/libwebkit.m4 b/build/m4/banshee/libwebkit.m4
index 588a41c..d531276 100644
--- a/build/m4/banshee/libwebkit.m4
+++ b/build/m4/banshee/libwebkit.m4
@@ -1,7 +1,7 @@
AC_DEFUN([BANSHEE_CHECK_LIBWEBKIT],
[
have_libwebkit=no
- PKG_CHECK_MODULES(LIBWEBKIT, webkit-1.0 >= 1.2.0 libsoup-2.4 >= 2.26,
+ PKG_CHECK_MODULES(LIBWEBKIT, webkit-1.0 >= 1.2.2 libsoup-2.4 >= 2.26,
have_libwebkit=yes, have_libwebkit=no)
AC_SUBST(LIBWEBKIT_LIBS)
AC_SUBST(LIBWEBKIT_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]