From: michael Date: Wed, 27 Jul 2011 05:39:37 +0000 (+0000) Subject: picoLCDGraphics needs keypad linked X-Git-Tag: svn1203~49 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=bd2948ce2f83dfac5095f9cefc80b76e402198c2;p=lcd4linux.git picoLCDGraphics needs keypad linked git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1154 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- diff --git a/configure b/configure index a71cfea..1856b0e 100755 --- a/configure +++ b/configure @@ -6846,6 +6846,7 @@ if test "$PICOLCDGRAPHIC" = "yes"; then if test "$has_usb" = "true"; then TEXT="yes" GRAPHIC="yes" + KEYPAD="yes" GPIO="yes" SERIAL="yes" LIBUSB="yes" diff --git a/drivers.m4 b/drivers.m4 index 9833eb6..9e9908c 100644 --- a/drivers.m4 +++ b/drivers.m4 @@ -601,6 +601,7 @@ if test "$PICOLCDGRAPHIC" = "yes"; then if test "$has_usb" = "true"; then TEXT="yes" GRAPHIC="yes" + KEYPAD="yes" GPIO="yes" SERIAL="yes" LIBUSB="yes"