Update reported libusb version to 1.0.13

QEMU libusb host support needs at least libusbx-1.0.13, and our in-tree
libusb supports the required functionality.  Exp-run in PR.

PR:		181035
This commit is contained in:
Ed Maste 2014-06-05 14:19:32 +00:00
parent 29743a4117
commit 76e994f506
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267110

View File

@ -6,6 +6,6 @@ includedir=${prefix}/include
Name: libusb-1.0
Description: Library that abstracts ways to access USB devices (v1.0)
Version: 1.0.9
Version: 1.0.13
Libs: -L${libdir} -lusb
Cflags: -I${includedir}