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
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "python-nfc needs a toolchain w/ threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_PACKAGE_PYTHON
|
2013-05-09 14:22:02 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|