]> git.webhop.me Git - lcd4linux.git/commitdiff
[lcd4linux @ 2006-08-17 05:06:26 by reinelt]
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Thu, 17 Aug 2006 05:06:27 +0000 (05:06 +0000)
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Thu, 17 Aug 2006 05:06:27 +0000 (05:06 +0000)
LCD2USB driver missing keypad symbols fixed

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

configure
drivers.m4

index 2ecb2caf6d7ffc35699c6fad1eb62448905fd000..e87748c53d8ae95f2733c84d551c2eda105bec4e 100755 (executable)
--- 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"
 
index b28ef3099f99b72e497a3e215d4feea7b53dddbb..514230d282275920d17ec0d7bf09a1fda3f469a3 100644 (file)
@@ -230,6 +230,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"
@@ -271,6 +272,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"
       AC_DEFINE(WITH_LCD2USB,1,[LCD2USB driver])