mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-21 22:16:16 +00:00
Fix "Requires: " section in pkg-config file when libusb or libpcsclite were disabled.
This commit is contained in:
@@ -5,6 +5,6 @@ includedir=@includedir@/@PACKAGE@
|
||||
Name: libnfc
|
||||
Description: Near Field Communication (NFC) library
|
||||
Version: @VERSION@
|
||||
Requires: libusb, libpcsclite
|
||||
Requires: @PKG_CONFIG_REQUIRES@
|
||||
Libs: -L${libdir} -lnfc
|
||||
Cflags: -I${includedir}
|
||||
|
||||
Reference in New Issue
Block a user