From 0a2e078b875a7f256b39f4be204bc5336bbff232 Mon Sep 17 00:00:00 2001 From: mrwastl Date: Sat, 28 May 2011 17:51:58 +0200 Subject: configure imagemagick/graphicsmagick-support in Make.config --- glcdgraphics/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'glcdgraphics/Makefile') diff --git a/glcdgraphics/Makefile b/glcdgraphics/Makefile index d301804..3e6cd1a 100644 --- a/glcdgraphics/Makefile +++ b/glcdgraphics/Makefile @@ -5,8 +5,12 @@ -include ../Make.config # External image lib to use: imagemagick, graphicsmagick, or none -# taken from text2skin -IMAGELIB = +IMAGELIB = +ifdef HAVE_IMAGEMAGICK + IMAGELIB = imagemagick +else ifdef HAVE_GRAPHICSMAGICK + IMAGELIB = graphicsmagick +endif CXXFLAGS += -fPIC -- cgit v1.2.3