aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-03-05 05:53:11 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-03-05 05:53:11 +0000
commitb1255305ba273338be5e19fa5b3e34bd5ca820e1 (patch)
tree3317ff1d762ee7ea9d3c7ccc29a10cc81fa6bca7 /drivers.m4
parent67eea85b7fd2738709eb7cfa381fb5364812f79f (diff)
downloadlcd4linux-b1255305ba273338be5e19fa5b3e34bd5ca820e1.tar.gz
ported changeset 778 from branches/0.10.1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@779 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers.m4 b/drivers.m4
index 756e2b7..0e8893d 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -396,6 +396,7 @@ if test "$picoLCD" = "yes"; then
TEXT="yes"
GPIO="yes"
SERIAL="yes"
+ LIBUSB="yes"
DRIVERS="$DRIVERS drv_picoLCD.o"
AC_DEFINE(WITH_picoLCD,1,[picoLCD driver])
else