Config.in 394 B

1234567891011121314
  1. config BR2_PACKAGE_PYTHON_NFC
  2. bool "python-nfc"
  3. depends on BR2_PACKAGE_PYTHON
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
  5. select BR2_PACKAGE_LIBUSB
  6. select BR2_PACKAGE_LIBUSB_COMPAT
  7. help
  8. Python module for near field communication.
  9. https://launchpad.net/nfcpy
  10. comment "python-nfc needs a toolchain w/ threads"
  11. depends on BR2_PACKAGE_PYTHON
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS