mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-12 08:27:24 +01:00
11 lines
315 B
PkgConfig
11 lines
315 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: hidapi-libusb
|
|
Description: C Library for USB HID device access from Linux, Mac OS X, FreeBSD, and Windows. This is the libusb implementation.
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lhidapi-libusb
|
|
Cflags: -I${includedir}/hidapi
|