]> git.webhop.me Git - lcd4linux.git/commitdiff
[lcd4linux @ 2005-09-14 15:08:32 by reinelt]
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 14 Sep 2005 15:08:33 +0000 (15:08 +0000)
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 14 Sep 2005 15:08:33 +0000 (15:08 +0000)
fixed drivers.m4 to link generic text driver for several displays
(thanks to Ludovic Gomez for pointing this out)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@588 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

configure
drivers.m4

index a54cf326f7f2e63bbefa4c28bf2168d7e36bb84e..46a3d5eaa3406416989e887a541905f3ccde6d2c 100755 (executable)
--- a/configure
+++ b/configure
@@ -6187,6 +6187,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"
@@ -6262,6 +6263,7 @@ _ACEOF
 fi
 
 if test "$MATRIXORBITAL" = "yes"; then
+   TEXT="yes"
    SERIAL="yes"
    DRIVERS="$DRIVERS drv_MatrixOrbital.o"
 
@@ -6272,6 +6274,8 @@ _ACEOF
 fi
 
 if test "$MILINST" = "yes"; then
+   TEXT="yes"
+   SERIAL="yes"
    DRIVERS="$DRIVERS drv_MilfordInstruments.o"
 
 cat >>confdefs.h <<\_ACEOF
@@ -6452,7 +6456,6 @@ fi
 
 # generic graphic driver
 if test "$GRAPHIC" = "yes"; then
-:
    DRIVERS="$DRIVERS drv_generic_graphic.o"
 fi
 
index 45e472752c40ae360ab8633f96365d813a4ba37c..a3330fb229d8f44ed31a45a3d898572841208aa6 100644 (file)
@@ -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