diff options
author | reinelt <> | 2004-10-02 09:31:58 +0000 |
---|---|---|
committer | reinelt <> | 2004-10-02 09:31:58 +0000 |
commit | 96dfad550500b0fd36bcb34821b6347b0c94776a (patch) | |
tree | 1e9560be2bd1bf5fcfe664b0a0a3029794926672 /configure | |
parent | 5aef0c5097df02b2809eb86c0c81c9e04667ee8e (diff) | |
download | lcd4linux-96dfad550500b0fd36bcb34821b6347b0c94776a.tar.gz |
[lcd4linux @ 2004-10-02 09:31:55 by reinelt]
USBLCD driver modified to use libusb
Diffstat (limited to '')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5658,6 +5658,9 @@ cat >>confdefs.h <<\_ACEOF #define WITH_USBLCD 1 _ACEOF + if test "$has_usb" = "true"; then + DRVLIBS="$DRVLIBS -lusb" + fi fi if test "$X11" = "yes"; then |