aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-08-22 05:44:43 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-08-22 05:44:43 +0000
commit204d3caf8089d0f39a405889a130a67ed5d32441 (patch)
treeff5105262aa589bc4ab97816dcc549b22404a2fd /configure
parentef35f7b1e95b04a45c55f82bc53708afb1f5c632 (diff)
downloadlcd4linux-204d3caf8089d0f39a405889a130a67ed5d32441.tar.gz
[lcd4linux @ 2005-08-22 05:44:43 by reinelt]
new driver 'WincorNixdorf' some fixes to the bar code git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@584 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 8e58013..f81a361 100755
--- a/configure
+++ b/configure
@@ -872,7 +872,7 @@ Optional Packages:
HD44780, LCDLinux, LCDTerm, M50530, MatrixOrbital,
MilfordInstruments, Noritake, NULL, PNG, PPM,
RouterBoard, serdisplib, SimpleLCD, T6963, Trefon,
- USBLCD, X11
+ USBLCD, WincorNixdorf, X11
--with-plugins=<list> choose which plugins to compile.
type --with-plugins=list for a list
of avaible plugins
@@ -5899,6 +5899,7 @@ for driver in $drivers; do
T6963="yes"
Trefon="yes"
USBLCD="yes"
+ WINCORNIXDORF="yes"
X11="yes"
;;
BeckmannEgle)
@@ -5964,6 +5965,9 @@ for driver in $drivers; do
USBLCD)
USBLCD=$val
;;
+ WincorNixdorf)
+ WINCORNIXDORF=$val
+ ;;
X11)
X11=$val
;;
@@ -6247,6 +6251,17 @@ _ACEOF
fi
+if test "$WINCORNIXDORF" = "yes"; then
+ TEXT="yes"
+ SERIAL="yes"
+ DRIVERS="$DRIVERS drv_WincorNixdorf.o"
+
+cat >>confdefs.h <<\_ACEOF
+#define WITH_WINCORNIXDORF 1
+_ACEOF
+
+fi
+
if test "$X11" = "yes"; then
if test "$no_x" = "yes"; then
{ echo "$as_me:$LINENO: WARNING: X11 headers or libraries not available: X11 driver disabled" >&5