diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2010-05-19 02:26:47 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2010-05-19 02:26:47 +0000 |
commit | c4cdfc501c99cddaee73f15fffb9d17ddd3b68ae (patch) | |
tree | 6d59c2a3adf5458ce019fe4ae63252ebff0cc86e | |
parent | d37c96b53ed8c6a4a53257fc34d86757c67c267d (diff) | |
download | lcd4linux-c4cdfc501c99cddaee73f15fffb9d17ddd3b68ae.tar.gz |
Ticket #170 (picolcd graphic build error) fixed by matt
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1121 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6888,6 +6888,7 @@ if test "$PICOLCDGRAPHIC" = "yes"; then if test "$has_usb" = "true"; then TEXT="yes" GRAPHIC="yes" + KEYPAD="yes" GPIO="yes" SERIAL="yes" LIBUSB="yes" |