[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-66-g840d4a034

miras at claws-mail.org miras at claws-mail.org
Wed Sep 20 22:31:23 UTC 2023


The branch, gtk2 has been updated
       via  840d4a034420d06c7f85275c5857f0fd46634d1a (commit)
      from  d0953b8dcd48d78478b461f1c4c10b693c6224a4 (commit)

Summary of changes:
 configure.ac | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


- Log -----------------------------------------------------------------
commit 840d4a034420d06c7f85275c5857f0fd46634d1a
Author: Michael Rasmussen <mir at datanom.net>
Date:   Thu Sep 21 00:31:15 2023 +0200

    Build litehtml_viewer-plugin by default if gumbo2 found
    
    Signed-off-by: Michael Rasmussen <mir at datanom.net>

diff --git a/configure.ac b/configure.ac
index d8594296f..6fe1b3644 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1160,10 +1160,9 @@ AC_ARG_ENABLE(libravatar-plugin,
 		[  --disable-libravatar-plugin     Do not build libravatar  plugin],
 		[enable_libravatar_plugin=$enableval], [enable_libravatar_plugin=auto])
 
-dnl disabled by default
 AC_ARG_ENABLE(litehtml_viewer-plugin,
-		[  --enable-litehtml_viewer-plugin       Build litehtml_viewer plugin],
-		[enable_litehtml_viewer_plugin=$enableval], [enable_litehtml_viewer_plugin=no])
+		[  --disable-litehtml_viewer-plugin       Do not build litehtml_viewer plugin],
+		[enable_litehtml_viewer_plugin=$enableval], [enable_litehtml_viewer_plugin=auto])
 
 AC_ARG_ENABLE(mailmbox-plugin,
 		[  --disable-mailmbox-plugin       Do not build mailmbox plugin],
@@ -1330,7 +1329,7 @@ AC_SUBST(FONTCONFIG_CFLAGS)
 AC_SUBST(FONTCONFIG_LIBS)
 
 dnl gumbo **********************************************************************
-PKG_CHECK_MODULES(LIBGUMBO, gumbo >= 0.10, HAVE_LIBGUMBO=yes, HAVE_LIBGUMBO=no)
+PKG_CHECK_MODULES(LIBGUMBO, gumbo >= 0.12, HAVE_LIBGUMBO=yes, HAVE_LIBGUMBO=no)
 AC_SUBST(LIBGUMBO_CFLAGS)
 AC_SUBST(LIBGUMBO_LIBS)
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list