76e994f506
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
12 lines
253 B
PkgConfig
12 lines
253 B
PkgConfig
# $FreeBSD$
|
|
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libusb-1.0
|
|
Description: Library that abstracts ways to access USB devices (v1.0)
|
|
Version: 1.0.13
|
|
Libs: -L${libdir} -lusb
|
|
Cflags: -I${includedir}
|