aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-08-17 05:06:27 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-08-17 05:06:27 +0000
commitc732a81a4b4fd0f0cd7dba7a70e6acecb9ff14ac (patch)
treecad72b25ff4cd9e0e6ab7ee32588f61936eb39c7 /configure
parentb15631db792fb03080df6bfac4db9891a662e8ce (diff)
downloadlcd4linux-c732a81a4b4fd0f0cd7dba7a70e6acecb9ff14ac.tar.gz
[lcd4linux @ 2006-08-17 05:06:26 by reinelt]
LCD2USB driver missing keypad symbols fixed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@698 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
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"