aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-02-28 06:42:08 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-02-28 06:42:08 +0000
commitc981312c6090947ef34c0e76d356d4dbd26c9362 (patch)
tree2c7e4de2fcbd009af7f1a6893241ee21c8aa3ef0 /configure
parent915154c4eb39dfa4a593d946c3a443a1812cc4ff (diff)
downloadlcd4linux-c981312c6090947ef34c0e76d356d4dbd26c9362.tar.gz
driver for GX series lcd from Matrix Orbital by Abbas Kosan
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@988 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure23
1 files changed, 22 insertions, 1 deletions
diff --git a/configure b/configure
index e1310f8..79eb234 100755
--- a/configure
+++ b/configure
@@ -7695,7 +7695,7 @@ for driver in $drivers; do
D4D="yes"
EA232graphic="yes"
G15="yes"
- GLCD2USB="yes"
+ GLCD2USB="no"
HD44780="yes"
IRLCD="yes"
LCD2USB="yes"
@@ -7706,6 +7706,7 @@ for driver in $drivers; do
LUISE="yes"
M50530="yes"
MATRIXORBITAL="yes"
+ MATRIXORBITALGX="yes"
MILINST="yes"
NORITAKE="yes"
NULL="yes"
@@ -7788,6 +7789,9 @@ for driver in $drivers; do
MatrixOrbital)
MATRIXORBITAL=$val
;;
+ MatrixOrbitalGX)
+ MATRIXORBITALGX=$val
+ ;;
MilfordInstruments)
MILINST=$val
;;
@@ -8158,6 +8162,23 @@ _ACEOF
fi
+if test "$MATRIXORBITALGX" = "yes"; then
+ if test "$has_usb" = "true"; then
+ GRAPHIC="yes"
+ SERIAL="yes"
+ LIBUSB="yes"
+ DRIVERS="$DRIVERS drv_MatrixOrbitalGX.o"
+
+cat >>confdefs.h <<\_ACEOF
+#define WITH_MATRIXORBITALGX 1
+_ACEOF
+
+ else
+ { echo "$as_me:$LINENO: WARNING: usb.h not found: MatrixOrbitalGX driver disabled" >&5
+echo "$as_me: WARNING: usb.h not found: MatrixOrbitalGX driver disabled" >&2;}
+ fi
+fi
+
if test "$MILINST" = "yes"; then
TEXT="yes"
SERIAL="yes"