]> granicus.if.org Git - graphviz/commitdiff
enable layers in svg - patch from yamato@redhat.com
authorJohn Ellson <ellson@research.att.com>
Tue, 5 Jun 2012 12:09:44 +0000 (08:09 -0400)
committerJohn Ellson <ellson@research.att.com>
Tue, 5 Jun 2012 12:09:44 +0000 (08:09 -0400)
cmd/dot/Makefile.am
plugin/core/gvrender_core_svg.c

index 4b7be0aadd5a045c6c2f1ffcbd1008f1884f99e9..d28f05f146c8933fd87f1c291ab05908df55e115 100644 (file)
@@ -128,6 +128,12 @@ dot_static_LDADD += $(top_builddir)/plugin/lasi/.libs/libgvplugin_lasi_C.a $(LAS
 dot_builtins_LDADD += $(top_builddir)/plugin/lasi/libgvplugin_lasi.la $(LASI_LIBS) -lstdc++
 endif
 
+if WITH_LASI
+dot_static_LDADD += $(top_builddir)/plugin/lasi/.libs/libgvplugin_lasi_C.a $(LASI_LIBS) -lstdc++
+dot_builtins_LDADD += $(top_builddir)/plugin/lasi/libgvplugin_lasi.la $(LASI_LIBS) -lstdc++
+endif
+
+
 EXTRA_DIST = Makefile.old dot.1 dot.1.pdf osage.1 osage.1.pdf patchwork.1 patchwork.1.pdf dot.vcproj
 
 DISTCLEANFILES = dot.1.pdf osage.1.pdf
index e53339ffd5043c62963e8cb4648c4222babad408..b2144f52e8473eb9481591bbc7488fd71d5abc52 100644 (file)
@@ -661,7 +661,7 @@ gvrender_features_t render_features_svg = {
 };
 
 gvdevice_features_t device_features_svg = {
-    GVDEVICE_DOES_TRUECOLOR  /* flags */
+    GVDEVICE_DOES_TRUECOLOR|GVDEVICE_DOES_LAYERS,  /* flags */
     {0., 0.},                  /* default margin - points */
     {0., 0.},                  /* default page width, height - points */
     {72., 72.},                        /* default dpi */