2012-05-02 03:40:02 +02:00
|
|
|
config BR2_PACKAGE_LIBNFC
|
|
|
|
bool "libnfc"
|
2012-06-28 03:35:25 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
2012-05-02 03:40:02 +02:00
|
|
|
select BR2_PACKAGE_LIBUSB
|
|
|
|
select BR2_PACKAGE_LIBUSB_COMPAT
|
|
|
|
help
|
2017-07-31 15:53:50 +02:00
|
|
|
Public platform independent Near Field Communication (NFC)
|
|
|
|
library.
|
2012-05-02 03:40:02 +02:00
|
|
|
|
|
|
|
http://www.libnfc.org/
|
2012-06-10 11:43:43 +02:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_LIBNFC
|
|
|
|
|
2012-06-10 11:43:43 +02:00
|
|
|
config BR2_PACKAGE_LIBNFC_EXAMPLES
|
|
|
|
bool "build libnfc examples"
|
|
|
|
select BR2_PACKAGE_READLINE
|
2012-06-28 03:35:25 +02:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
endif
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libnfc needs a toolchain w/ threads"
|
2012-06-28 03:35:25 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|