From edfd929b78ada012e71b2dee78b9ab96c3fdea1e Mon Sep 17 00:00:00 2001 From: ltoetsch <> Date: Fri, 9 Mar 2001 13:08:11 +0000 Subject: [lcd4linux @ 2001-03-09 13:08:11 by ltoetsch] Added Text driver --- configure.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index b6e7a27..04a545e 100644 --- a/configure.in +++ b/configure.in @@ -27,7 +27,8 @@ AC_ARG_WITH( drivers=all ) if test "$drivers" = "all"; then - drivers=[BeckmannEgle,CrystalFontz,HD44780,MatrixOrbital,PalmPilot,PNG,PPM,X11] + +drivers=[BeckmannEgle,CrystalFontz,HD44780,MatrixOrbital,PalmPilot,PNG,PPM,X11,Text] fi drivers=`echo $drivers|sed 's/,/ /g'` for driver in $drivers; do @@ -74,6 +75,11 @@ for driver in $drivers; do DRVLIBS="$DRVLIBS -lX11" AC_DEFINE(WITH_X11) ;; + Text) + DRIVERS="$DRIVERS Text.o" + DRVLIBS="$DRVLIBS -lncurses" + AC_DEFINE(WITH_Text) + ;; *) AC_MSG_ERROR([Unknown driver '$driver']) ;; -- cgit v1.2.3