From 62ddf6cdd6d45ec84e691f3561c82cbf021c2a40 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Thu, 17 Aug 2006 05:06:27 +0000 Subject: [lcd4linux @ 2006-08-17 05:06:26 by reinelt] LCD2USB driver missing keypad symbols fixed --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 2ecb2ca..e87748c 100755 --- a/configure +++ b/configure @@ -7769,6 +7769,7 @@ fi if test "$CURSES" = "yes"; then if test "$has_curses" = true; then TEXT="yes" + KEYPAD="yes" DRIVERS="$DRIVERS drv_Curses.o" DRVLIBS="$DRVLIBS $CURSES_LIBS" CPPFLAGS="$CPPFLAGS $CURSES_INCLUDES" @@ -7828,6 +7829,7 @@ if test "$LCD2USB" = "yes"; then if test "$has_usb" = "true"; then TEXT="yes" SERIAL="yes" + KEYPAD="yes" DRIVERS="$DRIVERS drv_LCD2USB.o" LIBUSB="yes" -- cgit v1.2.3