aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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"