[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-750-g3c18210

ticho at claws-mail.org ticho at claws-mail.org
Sat May 18 12:05:44 CEST 2019


The branch, gtk3 has been updated
       via  3c182109663906bb388798f0cc7587fdfdeb1d60 (commit)
       via  9fcee262ec1144ae9093cdf2c16f7d68125739e9 (commit)
      from  5d2ffc64277bf095330a0c6459b0289b5aef5c2f (commit)

Summary of changes:
 src/plugins/litehtml_viewer/Makefile.am |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 3c182109663906bb388798f0cc7587fdfdeb1d60
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sat May 18 12:03:00 2019 +0200

    Fix a typo - it's CURL_CFLAGS, not CURL_FLAGS

diff --git a/src/plugins/litehtml_viewer/Makefile.am b/src/plugins/litehtml_viewer/Makefile.am
index 63621b8..2717974 100644
--- a/src/plugins/litehtml_viewer/Makefile.am
+++ b/src/plugins/litehtml_viewer/Makefile.am
@@ -70,7 +70,7 @@ litehtml_viewer_la_CPPFLAGS = \
 	$(ENCHANT_CFLAGS) \
 	$(FONTCONFIG_CFLAGS) \
 	$(CAIRO_CFLAGS) \
-	$(CURL_FLAGS) \
+	$(CURL_CFLAGS) \
 	$(LIBGUMBO_CFLAGS)
 
 .PHONY: test

commit 9fcee262ec1144ae9093cdf2c16f7d68125739e9
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sat May 18 12:01:43 2019 +0200

    Add missing libgumbo cflags and ldflags to litehtml_viewer

diff --git a/src/plugins/litehtml_viewer/Makefile.am b/src/plugins/litehtml_viewer/Makefile.am
index a1dcd91..63621b8 100644
--- a/src/plugins/litehtml_viewer/Makefile.am
+++ b/src/plugins/litehtml_viewer/Makefile.am
@@ -60,7 +60,8 @@ litehtml_viewer_la_LDFLAGS = \
 	$(GTK_LIBS) \
 	$(FONTCONFIG_LIBS) \
 	$(CAIRO_LIBS) \
-	$(CURL_LIBS)
+	$(CURL_LIBS) \
+	$(LIBGUMBO_LIBS)
 
 litehtml_viewer_la_CPPFLAGS = \
 	$(IFLAGS) \
@@ -69,7 +70,8 @@ litehtml_viewer_la_CPPFLAGS = \
 	$(ENCHANT_CFLAGS) \
 	$(FONTCONFIG_CFLAGS) \
 	$(CAIRO_CFLAGS) \
-	$(CURL_FLAGS)
+	$(CURL_FLAGS) \
+	$(LIBGUMBO_CFLAGS)
 
 .PHONY: test
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list