Attachments you submit will be routed for moderation. If you have an account, please
log in first.
Ticket #24: libusb-1.0.1-pkg-config.diff
| File libusb-1.0.1-pkg-config.diff,
640 bytes
(added by rschwebel, 2 years ago) |
|
patch against libusb-1.0.6
|
-
Subject: libusb needs librt and libpthread
Add missing dependencies.
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
libusb-1.0.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
old
|
new
|
includedir=@includedir@ |
| 6 | 6 | Name: libusb-1.0 |
| 7 | 7 | Description: C API for USB device access from Linux userspace |
| 8 | 8 | Version: @VERSION@ |
| 9 | | Libs: -L${libdir} -lusb-1.0 |
| | 9 | Libs: -L${libdir} -lusb-1.0 -lrt -lpthread |
| 10 | 10 | Cflags: -I${includedir}/libusb-1.0 |
| 11 | 11 | |
Download in other formats: