From ad04be95f8baea5818919eb27e78c2926733a8cb Mon Sep 17 00:00:00 2001 From: Thibault Payet Date: Wed, 19 Aug 2020 18:22:55 +0200 Subject: Configure libnitrokey-1.pc with hidapi on FreeBSD and with hidapi-libusb on other platform --- libnitrokey.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnitrokey.pc.in') diff --git a/libnitrokey.pc.in b/libnitrokey.pc.in index 17cde1d..4a50388 100644 --- a/libnitrokey.pc.in +++ b/libnitrokey.pc.in @@ -4,7 +4,7 @@ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ Name: libnitrokey Description: Library for communicating with Nitrokey in a clean and easy manner Version: @libnitrokey_VERSION@ -Requires.private: hidapi-libusb +Requires.private: @HIDAPI_LIBUSB_NAME@ Libs: -L${libdir} -lnitrokey Cflags: -I${includedir} -- cgit v1.2.1