Added SVG rendering support

This commit is contained in:
Manuel Reimer
2014-10-30 21:07:26 +01:00
parent 9454294559
commit f17af1f713
4 changed files with 81 additions and 33 deletions

View File

@@ -44,8 +44,8 @@ DEFINES += $(shell xml2-config --cflags)
INCLUDES += $(shell pkg-config --cflags freetype2 fontconfig)
INCLUDES += $(shell pkg-config --cflags cairo-png)
LIBS += $(shell pkg-config --libs cairo-png)
INCLUDES += $(shell pkg-config --cflags librsvg-2.0 cairo-png)
LIBS += $(shell pkg-config --libs librsvg-2.0 cairo-png)
LIBS += $(shell xml2-config --libs)