From b0fbf35cb1e4b43ad69f80cd90622dd26d35548f Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Mon, 22 Aug 2005 05:44:43 +0000 Subject: [lcd4linux @ 2005-08-22 05:44:43 by reinelt] new driver 'WincorNixdorf' some fixes to the bar code --- configure | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'configure') 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= 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 -- cgit v1.2.3