From e07e56a3faced2f2ef7459cc13c2bda6f65f68ba Mon Sep 17 00:00:00 2001 From: Manuel Reimer Date: Sun, 2 Nov 2014 13:41:21 +0100 Subject: Added JPEG support --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e3c9144..3f4b204 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 librsvg-2.0 cairo-png) -LIBS += $(shell pkg-config --libs librsvg-2.0 cairo-png) +INCLUDES += $(shell pkg-config --cflags librsvg-2.0 cairo-png) -ljpeg +LIBS += $(shell pkg-config --libs librsvg-2.0 cairo-png) -ljpeg LIBS += $(shell xml2-config --libs) -- cgit v1.2.3