diff options
author | Ed Maste <emaste@FreeBSD.org> | 2024-06-06 13:33:44 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2024-08-06 21:52:37 +0000 |
commit | 02ef8e4061abc0a0fc148a8e41efde46fde0d5b0 (patch) | |
tree | 7a2b8ea8df6dfa84ce5731ae8b813474b4d7cd9c | |
parent | 18f4b705734e1c76bac441ffe86cb8fbb131a153 (diff) |
libusb: claim to be version 1.0.16
We are not 100% compatible with 1.0.16, but implement some
functionality from that version that is required by certain ports.
PR: 277799
PR: 279555 (exp-run)
Event: Kitchener-Waterloo Hackathon 202406
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45514
(cherry picked from commit 5654b42142e1f689b26d405c90379b85f22349a0)
(cherry picked from commit 5bd6e6c1ddff7f10e8b86703536d81af8ce0532b)
-rw-r--r-- | lib/libusb/libusb-1.0.pc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libusb/libusb-1.0.pc b/lib/libusb/libusb-1.0.pc index d748439c2257..0815a8eb6e9c 100644 --- a/lib/libusb/libusb-1.0.pc +++ b/lib/libusb/libusb-1.0.pc @@ -5,6 +5,6 @@ includedir=${prefix}/include Name: libusb-1.0 Description: Library that abstracts ways to access USB devices (v1.0) -Version: 1.0.13 +Version: 1.0.16 Libs: -L${libdir} -lusb Cflags: -I${includedir} |