From e237c9935796445434a7888b9fe2aa84e3e7975a Mon Sep 17 00:00:00 2001 From: Mike Crowe Date: Thu, 11 Feb 2010 13:19:35 +0000 Subject: libusb: bump version, convert to autotools, add -compat lib Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API. Also update usb_modeswitch to depend on libusb-compat rather than libusb. Minor fixes by Thomas Petazzoni . Fixes bug #1093. Signed-off-by: Mike Crowe --- package/libusb-compat/libusb-compat-0.1.3-pkgconfig.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/libusb-compat/libusb-compat-0.1.3-pkgconfig.patch (limited to 'package/libusb-compat/libusb-compat-0.1.3-pkgconfig.patch') diff --git a/package/libusb-compat/libusb-compat-0.1.3-pkgconfig.patch b/package/libusb-compat/libusb-compat-0.1.3-pkgconfig.patch new file mode 100644 index 000000000..e5ba786dc --- /dev/null +++ b/package/libusb-compat/libusb-compat-0.1.3-pkgconfig.patch @@ -0,0 +1,10 @@ +--- libusb-compat-0.1.3.orig/libusb.pc.in 2008-06-18 00:13:02.000000000 +0100 ++++ libusb-compat-0.1.3/libusb.pc.in 2009-09-16 12:06:50.000000000 +0100 +@@ -9,6 +9,7 @@ emulated_by=libusb-1.0 + Name: libusb + Description: USB access library (libusb-1.0 compat wrapper) + Version: @LIBUSB01_VERSION@ ++Requires: libusb-1.0 + Libs: -L${libdir} -lusb + Cflags: -I${includedir} + -- cgit v1.2.3