/pidgin/main: 11152544c1e0: webkit_web_inspector_inspect_node re...
Ankit Vani
a at nevitus.org
Mon Jan 27 07:02:08 EST 2014
Changeset: 11152544c1e0e8817c432de5f896b1b2eb683610
Author: Ankit Vani <a at nevitus.org>
Date: 2014-01-27 17:27 +0530
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/11152544c1e0
Description:
webkit_web_inspector_inspect_node requires webkit 1.3.7
diffstat:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -474,7 +474,7 @@ running configure.
PKG_CHECK_MODULES(PANGO, [pango >= 1.4.0],
AC_DEFINE(HAVE_PANGO14, 1, [Define if we have Pango 1.4 or newer.]),:)
- WEBKIT_VERSION=1.3.1
+ WEBKIT_VERSION=1.3.7
if test "x$with_gtk" = "x3"; then
WEBKIT_PC_MODULE="webkitgtk-3.0"
PKG_CHECK_MODULES(WEBKIT, [$WEBKIT_PC_MODULE >= $WEBKIT_VERSION], , [
More information about the Commits
mailing list