[Commits] [SCM] claws branch, master, updated. 3.17.0-43-gccd25e2
ticho at claws-mail.org
ticho at claws-mail.org
Wed Sep 5 18:36:51 CEST 2018
The branch, master has been updated
via ccd25e247a97fc8167b39352fa9ac41400f1b603 (commit)
from 288d3a7086693fbf79b5cfb6d05c80c956315104 (commit)
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit ccd25e247a97fc8167b39352fa9ac41400f1b603
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Wed Sep 5 18:35:47 2018 +0200
Bump up minimum required webkitgtk version to 1.10.0.
That's when WebKitWebView's "context-menu" signal was
added, we start using it in 288d3a708.
diff --git a/configure.ac b/configure.ac
index 4a06390..c82171e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1168,7 +1168,7 @@ AC_SUBST(EXPAT_CFLAGS)
AC_SUBST(EXPAT_LIBS)
dnl webkit *********************************************************************
-PKG_CHECK_MODULES(WEBKIT, webkit-1.0 >= 1.1.14, HAVE_WEBKIT=yes, HAVE_WEBKIT=no)
+PKG_CHECK_MODULES(WEBKIT, webkit-1.0 >= 1.10.0, HAVE_WEBKIT=yes, HAVE_WEBKIT=no)
AC_SUBST(WEBKIT_LIBS)
AC_SUBST(WEBKIT_CFLAGS)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list