From ff19395ca935d5c1bd658e4b3e5b5a9240c074a9 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Wed, 11 Apr 2012 17:44:57 +0100 Subject: Misc: update pkg-config template * Change human readable name to libusbx and mention OpenBSD --- libusb-1.0.pc.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libusb-1.0.pc.in') 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 - -- cgit v1.2.1