ca07d5e3c4
libusb is a library for USB device access from userland. Note that the OpenBSD backend based on ugen(4) does not provide asynchronous I/O. with tests, tweaks and ok ajacoutot@
11 lines
319 B
Plaintext
11 lines
319 B
Plaintext
--- libusb-1.0.pc.in.orig Sun Sep 25 12:22:30 2011
|
|
+++ libusb-1.0.pc.in Sun Sep 25 12:24:04 2011
|
|
@@ -6,6 +6,6 @@
|
|
Name: libusb-1.0
|
|
Description: C API for USB device access from Linux userspace
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} -lusb-1.0
|
|
+Libs: -L${libdir} -lusb-1.0 -pthread
|
|
Cflags: -I${includedir}/libusb-1.0
|
|
|