From e4080f0eb34c3b09992fbe1952972dad06aedb03 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 5 Jan 2013 23:12:01 +0100 Subject: libusb's header must be named usb.h. The current libusb package installs it as usb0_usb.h, which is incorrect. For other packages to actually be able to use the installed libusb, the header file must be named usb.h. --- src/libusb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libusb.mk b/src/libusb.mk index 2061559..dc1779c 100644 --- a/src/libusb.mk +++ b/src/libusb.mk @@ -30,7 +30,7 @@ define $(PKG)_BUILD --output-lib libusb.a $(INSTALL) -d '$(PREFIX)/$(TARGET)/include' - $(INSTALL) -m644 '$(1)/src/lusb0_usb.h' '$(PREFIX)/$(TARGET)/include/' + $(INSTALL) -m644 '$(1)/src/lusb0_usb.h' '$(PREFIX)/$(TARGET)/include/usb.h' $(INSTALL) -d '$(PREFIX)/$(TARGET)/lib' $(INSTALL) -m644 '$(1)/libusb.a' '$(PREFIX)/$(TARGET)/lib/' $(INSTALL) -m644 '$(1)/libusbd.a' '$(PREFIX)/$(TARGET)/lib/' -- cgit v0.12