From 8cb7f6ee8f872938e257541c07d0e4b2ad0e3f35 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Sun, 17 Jul 2011 19:50:07 +1000 Subject: - Added Utilities tab to Heimdall Frontend. - Fixed Heimdall command line support for PIT files without a reference to themselves. - Added tool tips to Heimdall Frontend. - Added heimdall 'info' and 'download-pit' actions. - Made 'detect' action return 0 if a device is detected, 1 otherwise. --- libusb-1.0/libusb-1.0.pc.in | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 libusb-1.0/libusb-1.0.pc.in (limited to 'libusb-1.0/libusb-1.0.pc.in') diff --git a/libusb-1.0/libusb-1.0.pc.in b/libusb-1.0/libusb-1.0.pc.in deleted file mode 100644 index 0abb16b..0000000 --- a/libusb-1.0/libusb-1.0.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: libusb-1.0 -Description: C API for USB device access from Linux userspace -Version: @VERSION@ -Libs: -L${libdir} -lusb-1.0 -Libs.private: @PC_LIBS_PRIVATE@ -Cflags: -I${includedir}/libusb-1.0 - -- cgit v1.2.3