libusb-1.0.pc.in 305 B

123456789101112
  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: libusb-1.0
  6. Description: C API for USB device access from Linux, Mac OS X, OpenBSD, NetBSD and Windows userspace
  7. Version: @VERSION@
  8. Libs: -L${libdir} -lusb-1.0
  9. Libs.private: @LIBS@
  10. Cflags: -I${includedir}/libusb-1.0