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