kumquat-buildroot/package/libnfc/Config.in

14 lines
332 B
Plaintext
Raw Normal View History

config BR2_PACKAGE_LIBNFC
bool "libnfc"
select BR2_PACKAGE_LIBUSB
select BR2_PACKAGE_LIBUSB_COMPAT
help
Public platform independent Near Field Communication (NFC) library.
http://www.libnfc.org/
config BR2_PACKAGE_LIBNFC_EXAMPLES
bool "build libnfc examples"
depends on BR2_PACKAGE_LIBNFC
select BR2_PACKAGE_READLINE