| Index: third_party/libusb/src/libusb-1.0.pc.in
|
| diff --git a/third_party/libusb/src/libusb-1.0.pc.in b/third_party/libusb/src/libusb-1.0.pc.in
|
| index f26babcdd08a9f079ce9f3d563c7649dacbb5431..7bc33c12102feb139f665449baede73e0ebf7d5c 100644
|
| --- a/third_party/libusb/src/libusb-1.0.pc.in
|
| +++ b/third_party/libusb/src/libusb-1.0.pc.in
|
| @@ -3,10 +3,9 @@ exec_prefix=@exec_prefix@
|
| libdir=@libdir@
|
| includedir=@includedir@
|
|
|
| -Name: libusb-1.0
|
| -Description: C API for USB device access from Linux, Mac OS X, OpenBSD, NetBSD and Windows userspace
|
| +Name: libusbx-1.0
|
| +Description: C API for USB device access from Linux, Mac OS X, Windows and OpenBSD/NetBSD userspace
|
| Version: @VERSION@
|
| Libs: -L${libdir} -lusb-1.0
|
| -Libs.private: @PC_LIBS_PRIVATE@
|
| +Libs.private: @LIBS@
|
| Cflags: -I${includedir}/libusb-1.0
|
| -
|
|
|