]> granicus.if.org Git - graphviz/commitdiff
Add additional dependency when using libgvplugin_pango_C.
authorEmden R. Gansner <erg@emdenrg.net>
Sat, 13 Feb 2016 20:51:21 +0000 (15:51 -0500)
committerEmden R. Gansner <erg@emdenrg.net>
Sat, 13 Feb 2016 20:51:21 +0000 (15:51 -0500)
ChangeLog
cmd/dot/Makefile.am

index aeb6582ff4fc8b5058883a45c977450498285451..bd81b6d9ce706f7ca5d2411fdda29073812b6c2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 February 13, 2016
        - Add cylinder shape for databases.
        - Free installed plugins
+       - Update makefile for dot so that the using libpanco_C in the static build include PANGOFT2
+      as well as PANGOCAIRO_LIBS
+       - Update makefile for dot so that the using libpanco_C in the static build include PANGOFT2
+      as well as PANGOCAIRO_LIBS (needed for some versions of Ubuntu)
 September 9, 2014
        - Add plain shape for use with HTML-like labels.
 August 12, 2014
index c1a61cff01e01b4c6bab0627e0d34f39a41406c7..d7edc7ba5adaa1901bd797ca477d738bc32a95aa 100644 (file)
@@ -111,7 +111,7 @@ if WITH_WEBP
 dot_static_LDADD += $(top_builddir)/plugin/webp/.libs/libgvplugin_webp_C.a $(WEBP_LIBS)
 dot_builtins_LDADD += $(top_builddir)/plugin/webp/libgvplugin_webp.la $(WEBP_LIBS)
 endif
-dot_static_LDADD += $(top_builddir)/plugin/pango/.libs/libgvplugin_pango_C.a $(PANGOCAIRO_LIBS)
+dot_static_LDADD += $(top_builddir)/plugin/pango/.libs/libgvplugin_pango_C.a $(PANGOCAIRO_LIBS) $(PANGOFT2_LIBS)
 dot_builtins_LDADD += $(top_builddir)/plugin/pango/libgvplugin_pango.la $(PANGOCAIRO_LIBS)
 if WITH_WEBP
 dot_static_LDADD += $(top_builddir)/plugin/webp/.libs/libgvplugin_webp_C.a $(WEBP_LIBS)