diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2011-07-27 05:39:37 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2011-07-27 05:39:37 +0000 |
commit | bd2948ce2f83dfac5095f9cefc80b76e402198c2 (patch) | |
tree | aa70013aecb2107234dd2eb189fa03c815edf410 | |
parent | 7318d07f8950d3469d76537ce1d96f863085ba7c (diff) | |
download | lcd4linux-bd2948ce2f83dfac5095f9cefc80b76e402198c2.tar.gz |
picoLCDGraphics needs keypad linked
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1154 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rwxr-xr-x | configure | 1 | ||||
-rw-r--r-- | drivers.m4 | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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" @@ -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" |