Config.in 571 B

1234567891011121314
  1. config BR2_PACKAGE_PYTHON_RGBMATRIX
  2. bool "python-rgbmatrix"
  3. depends on BR2_aarch64 || BR2_arm # rpi-rgb-led-matrix
  4. depends on BR2_INSTALL_LIBSTDCPP # rpi-rgb-led-matrix
  5. depends on BR2_TOOLCHAIN_HAS_THREADS # rpi-rgb-led-matrix
  6. depends on !BR2_STATIC_LIBS # rpi-rgb-led-matrix
  7. select BR2_PACKAGE_HOST_PYTHON_CYTHON
  8. select BR2_PACKAGE_RPI_RGB_LED_MATRIX
  9. comment "python-rgbmatrix needs a toolchain w/ C++, threads, dynamic libraries"
  10. depends on BR2_aarch64 || BR2_arm
  11. depends on !BR2_INSTALL_LIBSTDCPP \
  12. || !BR2_TOOLCHAIN_HAS_THREADS \
  13. || BR2_STATIC_LIBS