diff options
author | Pete Batard <pete@akeo.ie> | 2012-04-19 18:01:04 +0100 |
---|---|---|
committer | Pete Batard <pete@akeo.ie> | 2012-04-19 18:01:41 +0100 |
commit | 968df1244673e1e2b0e1acfffa9375d092d2c26d (patch) | |
tree | e360d38ce0086e47e4ad261fea8aa84fe29dc618 /libusb-1.0.pc.in | |
parent | 81b627b4a0856468b21f4605bc667132d87b66df (diff) | |
download | libusb-968df1244673e1e2b0e1acfffa9375d092d2c26d.tar.gz |
BSD: add NetBSD experimental support
* also improve OS/backend selection in configure.ac
* original libusb patches from Peter Stuge and Xiaofan Chen
Diffstat (limited to 'libusb-1.0.pc.in')
-rw-r--r-- | libusb-1.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb-1.0.pc.in b/libusb-1.0.pc.in index 645c978..8e403b8 100644 --- a/libusb-1.0.pc.in +++ b/libusb-1.0.pc.in @@ -4,7 +4,7 @@ libdir=@libdir@ includedir=@includedir@ Name: libusbx-1.0 -Description: C API for USB device access from Linux, Mac OS X, Windows and OpenBSD userspace +Description: C API for USB device access from Linux, Mac OS X, Windows and OpenBSD/NetBSD userspace Version: @VERSION@ Libs: -L${libdir} -lusb-1.0 Libs.private: @PC_LIBS_PRIVATE@ |