Home | History | Annotate | Download | only in libusb-compat
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 emulated=1
      7 emulated_by=libusb-1.0
      8 
      9 Name: libusb
     10 Description: USB access library (libusb-1.0 compat wrapper)
     11 Version: @LIBUSB01_VERSION@
     12 Libs: -L${libdir} -lusb
     13 Cflags: -I${includedir}
     14 
     15