diff options
author | reinelt <> | 2006-08-17 05:06:27 +0000 |
---|---|---|
committer | reinelt <> | 2006-08-17 05:06:27 +0000 |
commit | 62ddf6cdd6d45ec84e691f3561c82cbf021c2a40 (patch) | |
tree | cad72b25ff4cd9e0e6ab7ee32588f61936eb39c7 /configure | |
parent | 415ad7213917fc9d0048cdfbd2db17b2cfae8e0a (diff) | |
download | lcd4linux-62ddf6cdd6d45ec84e691f3561c82cbf021c2a40.tar.gz |
[lcd4linux @ 2006-08-17 05:06:26 by reinelt]
LCD2USB driver missing keypad symbols fixed
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |