mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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 5654b42142)
11 lines
254 B
PkgConfig
11 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}
|