mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-30 20:31:07 +01:00
84467d2ff1
Current master (d17db57b9d4354752e0af42f5f33007a42ef2906) because Android support was added after the current release (0.8.0-rc1).
11 lines
276 B
PkgConfig
11 lines
276 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: hidapi
|
|
Description: C Library for USB/Bluetooth HID device access from Linux, Mac OS X, FreeBSD, and Windows.
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lhidapi
|
|
Cflags: -I${includedir}/hidapi
|