[banshee/gtk3] build: Require a WebKitGTK+ library built with GTK+ 3.0
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gtk3] build: Require a WebKitGTK+ library built with GTK+ 3.0
- Date: Sun, 4 Dec 2011 16:29:05 +0000 (UTC)
commit 9deb1b3787e27ad3e201ad6ecc92dc4e351fa4e1
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Sun Dec 4 17:06:35 2011 +0100
build: Require a WebKitGTK+ library built with GTK+ 3.0
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 656762f..afd9ce3 100644
--- a/build/m4/banshee/libwebkit.m4
+++ b/build/m4/banshee/libwebkit.m4
@@ -6,7 +6,7 @@ AC_DEFUN([BANSHEE_CHECK_LIBWEBKIT],
have_libwebkit=no
PKG_CHECK_MODULES(LIBWEBKIT,
- webkit-1.0 >= $WEBKIT_MIN_VERSION
+ webkitgtk-3.0 >= $WEBKIT_MIN_VERSION
libsoup-2.4 >= $SOUP_MIN_VERSION,
have_libwebkit=yes, have_libwebkit=no)
AC_SUBST(LIBWEBKIT_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]