aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers.m4 b/drivers.m4
index b28ef30..514230d 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -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])