ruby: bump version to 2.4.1
[buildroot-gz.git] / package / libnfc / Config.in
blob1707f21c32cd52cb03fb0565697d4d07ec8cd5e3
1 config BR2_PACKAGE_LIBNFC
2         bool "libnfc"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
4         select BR2_PACKAGE_LIBUSB
5         select BR2_PACKAGE_LIBUSB_COMPAT
6         help
7           Public platform independent Near Field Communication (NFC) library.
9           http://www.libnfc.org/
11 if BR2_PACKAGE_LIBNFC
13 config BR2_PACKAGE_LIBNFC_EXAMPLES
14         bool "build libnfc examples"
15         select BR2_PACKAGE_READLINE
17 endif
19 comment "libnfc needs a toolchain w/ threads"
20         depends on !BR2_TOOLCHAIN_HAS_THREADS