aboutsummaryrefslogtreecommitdiff
path: root/libnitrokey.pc.in
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2020-08-20 14:58:59 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2020-08-20 14:58:59 +0200
commita6e21cc458147ef028e0a77784b7ec43c6be6d1e (patch)
tree8479d71e32e802280cd36c0f8d7d4a0413e89b47 /libnitrokey.pc.in
parent3e36af0431cc5ec9d6c4176eb280386e557a0d40 (diff)
parentad04be95f8baea5818919eb27e78c2926733a8cb (diff)
downloadlibnitrokey-1d948e6db06f9e326678a27a00eb5d37f422ce23.tar.gz
libnitrokey-1d948e6db06f9e326678a27a00eb5d37f422ce23.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.in2
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}