Misc: update pkg-config template
authorPete Batard <pete@akeo.ie>
Wed, 11 Apr 2012 16:44:57 +0000 (17:44 +0100)
committerPete Batard <pete@akeo.ie>
Wed, 11 Apr 2012 16:44:57 +0000 (17:44 +0100)
* Change human readable name to libusbx and mention OpenBSD

libusb-1.0.pc.in

index 81b56ec..645c978 100644 (file)
@@ -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
-