aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure20
1 files changed, 18 insertions, 2 deletions
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=<list> 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"