From f17af1f7136fb38cee6898dab514dd33f9363b4d Mon Sep 17 00:00:00 2001 From: Manuel Reimer Date: Thu, 30 Oct 2014 21:07:26 +0100 Subject: Added SVG rendering support --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8277229..e3c9144 100644 --- a/Makefile +++ b/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) -- cgit v1.2.3