From 93a597f22984732e1ac8e35c16dd21aa427de388 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Tue, 25 May 2004 14:26:29 +0000 Subject: [lcd4linux @ 2004-05-25 14:26:28 by reinelt] added "Image" driver (was: Raster.c) for PPM and PNG creation fixed some glitches in the X11 driver --- configure | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'configure') diff --git a/configure b/configure index ebf9082..35b07fa 100755 --- a/configure +++ b/configure @@ -5482,6 +5482,7 @@ PARPORT="no" SERIAL="no" TEXT="no" GRAPHIC="no" +IMAGE="no" if test "$BECKMANNEGLE" = "yes"; then # DRIVERS="$DRIVERS BeckmannEgle.lo" @@ -5616,6 +5617,7 @@ fi if test "$PNG" = "yes"; then if test "$has_gd" = "true"; then GRAPHIC="yes" + IMAGE="yes" cat >>confdefs.h <<\_ACEOF #define WITH_PNG 1 @@ -5629,17 +5631,18 @@ echo "$as_me: WARNING: gd.h not found: PNG driver disabled" >&2;} fi if test "$PPM" = "yes"; then - if test "$has_gd" = "true"; then - GRAPHIC="yes" + GRAPHIC="yes" + IMAGE="yes" cat >>confdefs.h <<\_ACEOF #define WITH_PPM 1 _ACEOF - else - { echo "$as_me:$LINENO: WARNING: gd.h not found: PNG driver disabled" >&5 -echo "$as_me: WARNING: gd.h not found: PNG driver disabled" >&2;} - fi +fi + +if test "$IMAGE" = "yes"; then +# DRIVERS="$DRIVERS drv_Image.lo" + DRIVERS="$DRIVERS drv_Image.o" fi if test "$X11" = "yes"; then @@ -5674,7 +5677,7 @@ fi # generic graphic driver if test "$GRAPHIC" = "yes"; then : -# DRIVERS="$DRIVERS +# DRIVERS="$DRIVERS drv_generic_graphic.lo" DRIVERS="$DRIVERS drv_generic_graphic.o" fi -- cgit v1.2.3