From 970d8508f2c57c88554106a8928a8c0e862cea46 Mon Sep 17 00:00:00 2001 From: reinelt Date: Tue, 3 Jan 2006 13:20:06 +0000 Subject: [lcd4linux @ 2006-01-03 13:20:05 by reinelt] LUIse driver added git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@606 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drivers.m4 | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'drivers.m4') diff --git a/drivers.m4 b/drivers.m4 index cdab746..b8b2c79 100644 --- a/drivers.m4 +++ b/drivers.m4 @@ -29,7 +29,7 @@ AC_ARG_WITH( [ (try 'all,\!' if your shell complains...)] [ possible drivers are:] [ BeckmannEgle, BWCT, CrystalFontz, Curses, Cwlinux,] - [ HD44780, LCDLinux, LCDTerm, LPH7508, M50530,] + [ HD44780, LCDLinux, LCDTerm, LPH7508, LUIse, M50530,] [ MatrixOrbital, MilfordInstruments, Noritake, NULL,] [ PNG, PPM, RouterBoard, Sample, serdisplib, SimpleLCD,] [ T6963, Trefon, USBLCD, WincorNixdorf, X11], @@ -62,6 +62,7 @@ for driver in $drivers; do LCDLINUX="yes" LCDTERM="yes" LPH7508="yes" + LUISE="yes" M50530="yes" MATRIXORBITAL="yes" MILINST="yes" @@ -106,6 +107,9 @@ for driver in $drivers; do LPH7508) LPH7508=$val ;; + LUIse) + LUISE=$val + ;; M50530) M50530=$val ;; @@ -253,6 +257,17 @@ if test "$LPH7508" = "yes"; then AC_DEFINE(WITH_LPH7508,1,[LPH7508 driver]) fi +if test "$LUISE" = "yes"; then + if test "$has_luise" = "true"; then + GRAPHIC="yes" + DRIVERS="$DRIVERS drv_LUIse.o" + DRVLIBS="$DRVLIBS -L/usr/local/lib -lluise" + AC_DEFINE(WITH_LUISE,1,[LUIse driver]) + else + AC_MSG_WARN(luise.h not found: LUIse driver disabled) + fi +fi + if test "$M50530" = "yes"; then TEXT="yes" PARPORT="yes" -- cgit v1.2.3