Config.in 318 B

1234567891011
  1. config BR2_PACKAGE_PYTHON_LIBUSB1
  2. bool "python-libusb1"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
  4. select BR2_PACKAGE_LIBUSB
  5. help
  6. Pure-python wrapper for libusb-1.0.
  7. http://github.com/vpelletier/python-libusb1
  8. comment "python-libusb1 needs a toolchain w/ threads"
  9. depends on !BR2_TOOLCHAIN_HAS_THREADS