mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
Added SVG rendering support
This commit is contained in:
4
Makefile
4
Makefile
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user