aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-07-27 05:39:37 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-07-27 05:39:37 +0000
commitbd2948ce2f83dfac5095f9cefc80b76e402198c2 (patch)
treeaa70013aecb2107234dd2eb189fa03c815edf410
parent7318d07f8950d3469d76537ce1d96f863085ba7c (diff)
downloadlcd4linux-bd2948ce2f83dfac5095f9cefc80b76e402198c2.tar.gz
picoLCDGraphics needs keypad linked
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1154 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rwxr-xr-xconfigure1
-rw-r--r--drivers.m41
2 files changed, 2 insertions, 0 deletions
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"
r> 2007-06-17better usage output by Volker Geringmichael1-4/+20 2007-06-08Image driver libgd dependancy fixmichael5-6/+31 2007-06-04big MPD patch from Robert Buchholzmichael1-79/+86 2007-05-19gps plugin, code by michu / www.neophob.commichael7-0/+580 2007-05-17compile error on m68k fixed (debian bug 405898)michael3-10/+170 2007-05-04typo in LUIse driver fixedmichael1-1/+1 2007-05-02some compiler warnings fixedmichael6-8/+14 2007-04-30LCD4Linux-0.10.1-RC2michael1-1/+1 2007-04-30ChangeLog updatedmichael1-1782/+3099 2007-04-30svn2cl moved and optimizedmichael1-6/+0