HardenedBSD/lib/libusb/libusb-1.0.pc.in
Ed Maste 5654b42142 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
2024-06-28 12:18:34 -04:00

12 lines
254 B
PkgConfig

prefix=/usr
exec_prefix=${prefix}
libdir=@libdir@
sharedlibdir=@sharedlibdir@
includedir=@includedir@
Name: libusb-1.0
Description: Library that abstracts ways to access USB devices (v1.0)
Version: 1.0.16
Libs: -L${libdir} -lusb
Cflags: -I${includedir}