Files
shredos.x86_64/package/python-rgbmatrix/Config.in
2025-01-10 19:34:56 +00:00

15 lines
571 B
Plaintext

config BR2_PACKAGE_PYTHON_RGBMATRIX
bool "python-rgbmatrix"
depends on BR2_aarch64 || BR2_arm # rpi-rgb-led-matrix
depends on BR2_INSTALL_LIBSTDCPP # rpi-rgb-led-matrix
depends on BR2_TOOLCHAIN_HAS_THREADS # rpi-rgb-led-matrix
depends on !BR2_STATIC_LIBS # rpi-rgb-led-matrix
select BR2_PACKAGE_HOST_PYTHON_CYTHON
select BR2_PACKAGE_RPI_RGB_LED_MATRIX
comment "python-rgbmatrix needs a toolchain w/ C++, threads, dynamic libraries"
depends on BR2_aarch64 || BR2_arm
depends on !BR2_INSTALL_LIBSTDCPP \
|| !BR2_TOOLCHAIN_HAS_THREADS \
|| BR2_STATIC_LIBS