[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-68-gbfe5ba6a8
paul at claws-mail.org
paul at claws-mail.org
Thu Sep 21 09:30:17 UTC 2023
The branch, gtk2 has been updated
via bfe5ba6a8d2fa831381a79d66a4600bfab268e87 (commit)
from e063360819b2d285f752a9226769ab01818c0981 (commit)
Summary of changes:
configure.ac | 5 +++++
1 file changed, 5 insertions(+)
- Log -----------------------------------------------------------------
commit bfe5ba6a8d2fa831381a79d66a4600bfab268e87
Author: Paul <paul at claws-mail.org>
Date: Thu Sep 21 10:29:00 2023 +0100
allow building the litehtml plugin with libgumbo >= 0.10 but < 0.12 if, and only if, explicitly requested
diff --git a/configure.ac b/configure.ac
index 7760217f6..e60e6a7f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1330,6 +1330,11 @@ AC_SUBST(FONTCONFIG_LIBS)
dnl gumbo **********************************************************************
PKG_CHECK_MODULES(LIBGUMBO, gumbo >= 0.12, HAVE_LIBGUMBO=yes, HAVE_LIBGUMBO=no)
+if test x"$HAVE_LIBGUMBO" = xno; then
+ if test x"$enable_litehtml_viewer_plugin" = xyes; then
+ PKG_CHECK_MODULES(LIBGUMBO, gumbo >= 0.10, HAVE_LIBGUMBO=yes, HAVE_LIBGUMBO=no)
+ fi
+fi
AC_SUBST(LIBGUMBO_CFLAGS)
AC_SUBST(LIBGUMBO_LIBS)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list