mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
11 lines
253 B
PkgConfig
11 lines
253 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
sharedlibdir=@sharedlibdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libusb-2.0
|
|
Description: Library that abstracts ways to access USB devices (v2.0)
|
|
Version: 2.0.0
|
|
Libs: -L${libdir} -lusb
|
|
Cflags: -I${includedir}
|