mirror of
https://github.com/nfc-tools/libnfc.git
synced 2025-12-24 03:00:07 +00:00
11 lines
254 B
PkgConfig
11 lines
254 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/@PACKAGE@
|
|
Name: libnfc
|
|
Description: Near Field Communication (NFC) library
|
|
Version: @VERSION@
|
|
Requires: libusb, libpcsclite
|
|
Libs: -L${libdir} -lnfc
|
|
Cflags: -I${includedir}
|