From d5547cff8af62a296bc5e169da66cdcdc73c5af3 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Wed, 4 May 2005 05:42:38 +0000 Subject: [lcd4linux @ 2005-05-04 05:42:37 by reinelt] Noritake driver added --- configure | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 075e9c0..5d1cafb 100755 --- a/configure +++ b/configure @@ -869,8 +869,8 @@ Optional Packages: possible drivers are: BeckmannEgle, BWCT, CrystalFontz, Curses, Cwlinux, HD44780, LCDLinux, LCDTerm, M50530, MatrixOrbital, - MilfordInstruments, NULL, PNG, PPM, RouterBoard, - SimpleLCD, T6963, Trefon, USBLCD, X11 + MilfordInstruments, Noritake, NULL, PNG, PPM, + RouterBoard, SimpleLCD, T6963, Trefon, USBLCD, X11 --with-plugins= choose which plugins to compile. type --with-plugins=list for a list of avaible plugins @@ -5813,6 +5813,7 @@ for driver in $drivers; do M50530="yes" MATRIXORBITAL="yes" MILINST="yes" + NORITAKE="yes" NULL="yes" PNG="yes" PPM="yes" @@ -5856,6 +5857,9 @@ for driver in $drivers; do MilfordInstruments) MILINST=$val ;; + Noritake) + NORITAKE=$val; + ;; NULL) NULL=$val; ;; @@ -6034,6 +6038,18 @@ _ACEOF fi +if test "$NORITAKE" = "yes"; then + TEXT="yes" + GRAPHIC="yes" + PARPORT="yes" + DRIVERS="$DRIVERS drv_Noritake.o" + +cat >>confdefs.h <<\_ACEOF +#define WITH_NORITAKE 1 +_ACEOF + +fi + if test "$NULL" = "yes"; then DRIVERS="$DRIVERS drv_NULL.o" -- cgit v1.2.3