summaryrefslogtreecommitdiff
path: root/libusb-1.0.pc.in
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-04-11 17:44:57 +0100
committerPete Batard <pete@akeo.ie>2012-04-11 17:44:57 +0100
commitff19395ca935d5c1bd658e4b3e5b5a9240c074a9 (patch)
treedcb8ba937a0e1f9e3315f8357f5b273ccf5a81bc /libusb-1.0.pc.in
parent4cccbed825fe1dc138121640a6497d7d05aac159 (diff)
downloadlibusb-ff19395ca935d5c1bd658e4b3e5b5a9240c074a9.tar.gz
Misc: update pkg-config template
* Change human readable name to libusbx and mention OpenBSD
Diffstat (limited to 'libusb-1.0.pc.in')
-rw-r--r--libusb-1.0.pc.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/libusb-1.0.pc.in b/libusb-1.0.pc.in
index 81b56ec..645c978 100644
--- a/libusb-1.0.pc.in
+++ b/libusb-1.0.pc.in
@@ -3,10 +3,9 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: libusb-1.0
-Description: C API for USB device access from Linux, Mac OS X and Windows userspace
+Name: libusbx-1.0
+Description: C API for USB device access from Linux, Mac OS X, Windows and OpenBSD userspace
Version: @VERSION@
Libs: -L${libdir} -lusb-1.0
Libs.private: @PC_LIBS_PRIVATE@
Cflags: -I${includedir}/libusb-1.0
-