diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-01-22 09:16:11 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-01-22 09:16:11 +0000 |
commit | a9f682bb4ad259361441706eecbc86b5d5c4a936 (patch) | |
tree | 9dd72096a03406adaa7450722a112d1cc4f71cb2 /configure | |
parent | f85a8a9fa967fc493f089ad128596b3262c1538f (diff) | |
download | lcd4linux-a9f682bb4ad259361441706eecbc86b5d5c4a936.tar.gz |
[lcd4linux @ 2006-01-22 09:16:05 by reinelt]
Image Widget framework added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@621 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rwxr-xr-x | configure | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |