]> git.webhop.me Git - lcd4linux.git/commitdiff
picoLCDGraphics needs keypad linked
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 27 Jul 2011 05:39:37 +0000 (05:39 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 27 Jul 2011 05:39:37 +0000 (05:39 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1154 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

configure
drivers.m4

index a71cfeae2c07d7367d9c4ed8c9ba38507fab789f..1856b0e3a96b94ef4a566bffd939dfc125415f3e 100755 (executable)
--- 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"
index 9833eb6d70da21ff66aeb7d8977decf0ad78acfa..9e9908c5d6b59d44ebdf0f805d08980eb0137614 100644 (file)
@@ -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"