12 lines
245 B
PkgConfig
Executable File
12 lines
245 B
PkgConfig
Executable File
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libusb-1.0
|
|
Description: C API for USB device access from Linux userspace
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lusb-1.0
|
|
Cflags: -I${includedir}/libusb-1.0
|
|
|