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
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)