Daniel Drake | 852bba4 | 2007-11-28 13:48:45 +0000 | [diff] [blame] | 1 | prefix=@prefix@ |
| 2 | exec_prefix=@exec_prefix@ |
| 3 | libdir=@libdir@ |
| 4 | includedir=@includedir@ |
| 5 | |
hjelmn@cs.unm.edu | 1eff220 | 2014-01-08 23:50:34 +0000 | [diff] [blame] | 6 | Name: libusb-1.0 |
Lei Chen | eefd322 | 2016-02-19 11:58:39 +0800 | [diff] [blame] | 7 | Description: C API for USB device access from Linux, Mac OS X, Windows, OpenBSD/NetBSD and Solaris userspace |
Daniel Drake | 852bba4 | 2007-11-28 13:48:45 +0000 | [diff] [blame] | 8 | Version: @VERSION@ |
Daniel Drake | e9364d7 | 2008-01-04 00:40:49 +0000 | [diff] [blame] | 9 | Libs: -L${libdir} -lusb-1.0 |
Peter Stuge | 94b0ccc | 2012-10-23 00:15:23 +0000 | [diff] [blame] | 10 | Libs.private: @LIBS@ |
Daniel Drake | e9364d7 | 2008-01-04 00:40:49 +0000 | [diff] [blame] | 11 | Cflags: -I${includedir}/libusb-1.0 |