From 3e02c6bf1074bca0f3686e79b1652ec05fa1e0ae Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 22 Jan 2006 09:16:11 +0000 Subject: [lcd4linux @ 2006-01-22 09:16:05 by reinelt] Image Widget framework added --- configure | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 1087c51..ecae60f 100755 --- a/configure +++ b/configure @@ -6320,6 +6320,7 @@ I2C="no" if test "$BECKMANNEGLE" = "yes"; then TEXT="yes" + GPIO="yes" SERIAL="yes" DRIVERS="$DRIVERS drv_BeckmannEgle.o" @@ -6347,6 +6348,7 @@ fi if test "$CRYSTALFONTZ" = "yes"; then TEXT="yes" + GPIO="yes" SERIAL="yes" DRIVERS="$DRIVERS drv_Crystalfontz.o" @@ -6375,6 +6377,7 @@ fi if test "$CWLINUX" = "yes"; then TEXT="yes" + GPIO="yes" SERIAL="yes" DRIVERS="$DRIVERS drv_Cwlinux.o" @@ -6441,8 +6444,8 @@ fi if test "$LPH7508" = "yes"; then GRAPHICS="yes" - PARPORT="yes" GPIO="yes" + PARPORT="yes" DRIVERS="$DRIVERS drv_LPH7508.o" cat >>confdefs.h <<\_ACEOF @@ -6469,6 +6472,7 @@ fi if test "$M50530" = "yes"; then TEXT="yes" + GPIO="yes" PARPORT="yes" DRIVERS="$DRIVERS drv_M50530.o" @@ -6480,6 +6484,7 @@ fi if test "$MATRIXORBITAL" = "yes"; then TEXT="yes" + GPIO="yes" SERIAL="yes" DRIVERS="$DRIVERS drv_MatrixOrbital.o" @@ -6553,6 +6558,7 @@ fi if test "$ROUTERBOARD" = "yes"; then TEXT="yes" + GPIO="yes" DRIVERS="$DRIVERS drv_RouterBoard.o" cat >>confdefs.h <<\_ACEOF -- cgit v1.2.3