5dccd7249e
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with lib in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
22 lines
467 B
Plaintext
22 lines
467 B
Plaintext
config BR2_PACKAGE_LIBNFC
|
|
bool "libnfc"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
|
select BR2_PACKAGE_LIBUSB
|
|
select BR2_PACKAGE_LIBUSB_COMPAT
|
|
help
|
|
Public platform independent Near Field Communication (NFC)
|
|
library.
|
|
|
|
http://www.libnfc.org/
|
|
|
|
if BR2_PACKAGE_LIBNFC
|
|
|
|
config BR2_PACKAGE_LIBNFC_EXAMPLES
|
|
bool "build libnfc examples"
|
|
select BR2_PACKAGE_READLINE
|
|
|
|
endif
|
|
|
|
comment "libnfc needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|