aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-02-24 07:06:48 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-02-24 07:06:48 +0000
commitb8d041d37641f40b4a093fb0e712f6dbd12f662b (patch)
tree84dd4c1b0750ad3135abeef460bc10e0c9b77da5 /configure
parent865a7df05b49209d0551a4df87fceba434d3cb2c (diff)
downloadlcd4linux-b8d041d37641f40b4a093fb0e712f6dbd12f662b.tar.gz
[lcd4linux @ 2005-02-24 07:06:45 by reinelt]
SimpleLCD driver added git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@515 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 16 insertions, 1 deletions
diff --git a/configure b/configure
index e084bf6..f6a31d1 100755
--- a/configure
+++ b/configure
@@ -870,7 +870,7 @@ Optional Packages:
BeckmannEgle, BWCT, CrystalFontz, Curses, Cwlinux,
HD44780, LCDLinux, LCDTerm, M50530, MatrixOrbital,
MilfordInstruments, NULL, PNG, PPM, RouterBoard,
- T6963, USBLCD, X11
+ SimpleLCD, T6963, USBLCD, X11
--with-plugins=<list> choose which plugins to compile.
type --with-plugins=list for a list
of avaible plugins
@@ -5419,6 +5419,7 @@ for driver in $drivers; do
T6963="yes"
USBLCD="yes"
X11="yes"
+ SIMPLELCD="yes"
;;
BeckmannEgle)
BECKMANNEGLE=$val
@@ -5465,6 +5466,9 @@ for driver in $drivers; do
RouterBoard)
ROUTERBOARD=$val
;;
+ SimpleLCD)
+ SIMPLELCD=$val
+ ;;
T6963)
T6963=$val
;;
@@ -5667,6 +5671,17 @@ _ACEOF
fi
+if test "$SIMPLELCD" = "yes"; then
+ TEXT="yes"
+ SERIAL="yes"
+ DRIVERS="$DRIVERS drv_SimpleLCD.o"
+
+cat >>confdefs.h <<\_ACEOF
+#define WITH_SIMPLELCD 1
+_ACEOF
+
+fi
+
if test "$T6963" = "yes"; then
GRAPHIC="yes"
PARPORT="yes"