diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2020-08-20 14:58:59 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2020-08-20 14:58:59 +0200 |
commit | a6e21cc458147ef028e0a77784b7ec43c6be6d1e (patch) | |
tree | 8479d71e32e802280cd36c0f8d7d4a0413e89b47 /libnitrokey.pc.in | |
parent | 3e36af0431cc5ec9d6c4176eb280386e557a0d40 (diff) | |
parent | ad04be95f8baea5818919eb27e78c2926733a8cb (diff) | |
download | libnitrokey-a6e21cc458147ef028e0a77784b7ec43c6be6d1e.tar.gz libnitrokey-a6e21cc458147ef028e0a77784b7ec43c6be6d1e.tar.bz2 |
Merge branch '185-feat-adapt-hidapi-dependency-in-pkgconfig'pre-v3.6
Fix libnitrokey-1.pc generation on FreeBSD
Fixes #185
Diffstat (limited to 'libnitrokey.pc.in')
-rw-r--r-- | libnitrokey.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
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} |