mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-01 13:13:20 -04:00
852bba4754
Basic library structure which supports enumerating detected USB devices
12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: fpusb
|
|
Description: C API for USB device access from Linux userspace
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lfpusb
|
|
Cflags: -I${includedir}/fpusb
|
|
|