diff options
author | reinelt <> | 2005-08-22 05:44:43 +0000 |
---|---|---|
committer | reinelt <> | 2005-08-22 05:44:43 +0000 |
commit | b0fbf35cb1e4b43ad69f80cd90622dd26d35548f (patch) | |
tree | ff5105262aa589bc4ab97816dcc549b22404a2fd /configure | |
parent | 037aec3232425cdbe20af8ef24b69b0826717bd3 (diff) | |
download | lcd4linux-b0fbf35cb1e4b43ad69f80cd90622dd26d35548f.tar.gz |
[lcd4linux @ 2005-08-22 05:44:43 by reinelt]
new driver 'WincorNixdorf'
some fixes to the bar code
Diffstat (limited to '')
-rwxr-xr-x | configure | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -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 |