diff options
| author | 2009-09-20 19:18:15 +0200 | |
|---|---|---|
| committer | 2009-10-03 17:16:24 +0200 | |
| commit | 8ea6dc804457d3ad02b5bc2017007f965359d8c5 (patch) | |
| tree | fb08beb66949691bc6fddb56c2de1a0d0d377f74 /Modules | |
| parent | e619fc9e4d90c9e86d1e05fe37ad6fbf284d6de8 (diff) | |
| download | usbmuxd-8ea6dc804457d3ad02b5bc2017007f965359d8c5.tar.gz usbmuxd-8ea6dc804457d3ad02b5bc2017007f965359d8c5.tar.bz2 | |
Require libusb-1.0.3 and hardcode explicit ZLP logic
1.0.3 has the 0-byte transaction fix. The saga
continues on the libusb trac. Whenever they add the
ZLP flag we can get rid of the 0-byte logic and just
set it.
Diffstat (limited to 'Modules')
| -rw-r--r-- | Modules/FindUSB.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindUSB.cmake b/Modules/FindUSB.cmake index 8659ec2..d1d705a 100644 --- a/Modules/FindUSB.cmake +++ b/Modules/FindUSB.cmake | |||
| @@ -10,7 +10,7 @@ include(LibFindMacros) | |||
| 10 | # Dependencies | 10 | # Dependencies |
| 11 | 11 | ||
| 12 | # Use pkg-config to get hints about paths | 12 | # Use pkg-config to get hints about paths |
| 13 | libfind_pkg_check_modules(USB_PKGCONF libusb-1.0>=1.0.2) | 13 | libfind_pkg_check_modules(USB_PKGCONF libusb-1.0>=1.0.3) |
| 14 | 14 | ||
| 15 | # Include dir | 15 | # Include dir |
| 16 | find_path(USB_INCLUDE_DIR | 16 | find_path(USB_INCLUDE_DIR |
