aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authorreinelt <>2004-10-02 09:31:58 +0000
committerreinelt <>2004-10-02 09:31:58 +0000
commit96dfad550500b0fd36bcb34821b6347b0c94776a (patch)
tree1e9560be2bd1bf5fcfe664b0a0a3029794926672 /drivers.m4
parent5aef0c5097df02b2809eb86c0c81c9e04667ee8e (diff)
downloadlcd4linux-96dfad550500b0fd36bcb34821b6347b0c94776a.tar.gz
[lcd4linux @ 2004-10-02 09:31:55 by reinelt]
USBLCD driver modified to use libusb
Diffstat (limited to '')
-rw-r--r--drivers.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers.m4 b/drivers.m4
index 664ff5c..07ab6a6 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -223,6 +223,9 @@ if test "$USBLCD" = "yes"; then
SERIAL="yes"
DRIVERS="$DRIVERS drv_USBLCD.o"
AC_DEFINE(WITH_USBLCD,1,[USBLCD driver])
+ if test "$has_usb" = "true"; then
+ DRVLIBS="$DRVLIBS -lusb"
+ fi
fi
if test "$X11" = "yes"; then