diff options
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 |