From 96dfad550500b0fd36bcb34821b6347b0c94776a Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sat, 2 Oct 2004 09:31:58 +0000 Subject: [lcd4linux @ 2004-10-02 09:31:55 by reinelt] USBLCD driver modified to use libusb --- drivers.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers.m4') 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 -- cgit v1.2.3