2012-07-20 10:58:12 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_NFC
|
|
|
|
bool "python-nfc"
|
|
|
|
depends on BR2_PACKAGE_PYTHON
|
2013-05-09 14:22:02 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
2012-07-20 10:58:12 +02:00
|
|
|
select BR2_PACKAGE_LIBUSB
|
|
|
|
select BR2_PACKAGE_LIBUSB_COMPAT
|
|
|
|
help
|
|
|
|
Python module for near field communication.
|
|
|
|
|
|
|
|
https://launchpad.net/nfcpy
|
2013-05-09 14:22:02 +02:00
|
|
|
|
|
|
|
comment "python-nfc requires a toolchain with threads support"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|