diff options
| author | Manuel Reimer <manuel.reimer@gmx.de> | 2014-10-30 21:07:26 +0100 |
|---|---|---|
| committer | Manuel Reimer <manuel.reimer@gmx.de> | 2014-10-30 21:07:26 +0100 |
| commit | f17af1f7136fb38cee6898dab514dd33f9363b4d (patch) | |
| tree | 13a95bc933d005a85228a1ceddc8c5ce0d72d692 /Makefile | |
| parent | 94542945595f39866f868181f79583d20a019d1f (diff) | |
| download | vdr-plugin-skindesigner-f17af1f7136fb38cee6898dab514dd33f9363b4d.tar.gz vdr-plugin-skindesigner-f17af1f7136fb38cee6898dab514dd33f9363b4d.tar.bz2 | |
Added SVG rendering support
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
