[seed] Build with webkitgtk-3.0
- From: Tim Horton <hortont src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seed] Build with webkitgtk-3.0
- Date: Mon, 12 Jul 2010 06:08:50 +0000 (UTC)
commit 05b2755106c73ee4e431c6b12ed426ba7b749b07
Author: Diego Escalante Urrelo <descalante igalia com>
Date: Thu Jul 1 11:00:05 2010 -0500
Build with webkitgtk-3.0
Bug #623302
config.h.in | 4 ++--
configure.ac | 6 +++---
seed.pc.in | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/config.h.in b/config.h.in
index 035e732..aa26c5e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -24,8 +24,8 @@
/* Define if your <locale.h> file defines LC_MESSAGES. */
#undef HAVE_LC_MESSAGES
-/* Define to 1 if you have the `webkit-1.0' library (-lwebkit-1.0). */
-#undef HAVE_LIBWEBKIT_1_0
+/* Define to 1 if you have the `webkitgtk-3.0' library (-lwebkitgtk-3.0). */
+#undef HAVE_LIBWEBKITGTK_3_0
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
diff --git a/configure.ac b/configure.ac
index 374217d..5b57f81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,12 +74,12 @@ AC_SUBST(FFI_CFLAGS)
dnl ==============================WebKit=======================================
save_LIBS=$LIBS
-LIBS=`pkg-config --libs webkit-1.0`
-AC_CHECK_LIB(webkit-1.0, JSContextGroupCreate,,
+LIBS=`pkg-config --libs webkitgtk-3.0`
+AC_CHECK_LIB(webkitgtk-3.0, JSContextGroupCreate,,
AC_MSG_ERROR([The installed version of WebKit is too old. Seed requires WebKit SVN revision 35442 or greater.]))
LIBS=$save_LIBS
-PKG_CHECK_MODULES(WEBKIT, webkit-1.0)
+PKG_CHECK_MODULES(WEBKIT, webkitgtk-3.0)
AC_SUBST(WEBKIT_CFLAGS)
AC_SUBST(WEBKIT_LDFLAGS)
diff --git a/seed.pc.in b/seed.pc.in
index 1e76a45..dc5f4a4 100644
--- a/seed.pc.in
+++ b/seed.pc.in
@@ -5,7 +5,7 @@ bindir= bindir@
includedir= includedir@
Cflags: -I${includedir}/seed
-Requires: webkit-1.0 gobject-introspection-1.0 glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0
+Requires: webkitgtk-3.0 gobject-introspection-1.0 glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0
Libs: -L${libdir} -lseed
Name: Seed
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]