From a3d33ca51c81e4e33e501bd2dc508c759c2511a3 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Wed, 14 Sep 2005 15:08:33 +0000 Subject: [lcd4linux @ 2005-09-14 15:08:32 by reinelt] fixed drivers.m4 to link generic text driver for several displays (thanks to Ludovic Gomez for pointing this out) --- drivers.m4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'drivers.m4') diff --git a/drivers.m4 b/drivers.m4 index 45e4727..a3330fb 100644 --- a/drivers.m4 +++ b/drivers.m4 @@ -193,6 +193,7 @@ fi if test "$CURSES" = "yes"; then if test "$has_curses" = true; then + TEXT="yes" DRIVERS="$DRIVERS drv_Curses.o" DRVLIBS="$DRVLIBS $CURSES_LIBS" CPPFLAGS="$CPPFLAGS $CURSES_INCLUDES" @@ -242,12 +243,15 @@ if test "$M50530" = "yes"; then fi if test "$MATRIXORBITAL" = "yes"; then + TEXT="yes" SERIAL="yes" DRIVERS="$DRIVERS drv_MatrixOrbital.o" AC_DEFINE(WITH_MATRIXORBITAL,1,[MatrixOrbital driver]) fi if test "$MILINST" = "yes"; then + TEXT="yes" + SERIAL="yes" DRIVERS="$DRIVERS drv_MilfordInstruments.o" AC_DEFINE(WITH_MILINST,1,[Milford Instruments driver]) fi @@ -370,7 +374,6 @@ fi # generic graphic driver if test "$GRAPHIC" = "yes"; then -: DRIVERS="$DRIVERS drv_generic_graphic.o" fi -- cgit v1.2.3