[Commits] [SCM] claws branch, master, updated. 3.17.3-181-g879b9d1
ticho at claws-mail.org
ticho at claws-mail.org
Sat May 18 12:02:21 CEST 2019
The branch, master has been updated
via 879b9d15ba1c2f8500e0a2113542fd32fae92bce (commit)
from fb814c00c65c5a37ac91d0397f6fa65f1ca3e227 (commit)
Summary of changes:
src/plugins/litehtml_viewer/Makefile.am | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 879b9d15ba1c2f8500e0a2113542fd32fae92bce
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