Config.in 401 B

123456789101112
  1. config BR2_PACKAGE_KODI_VISUALISATION_SHADERTOY
  2. bool "kodi-visualisation-shadertoy"
  3. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # jsoncpp
  4. select BR2_PACKAGE_GLM
  5. select BR2_PACKAGE_JSONCPP
  6. help
  7. Shadertoy visualiser for Kodi
  8. https://github.com/notspiff/visualization.shadertoy
  9. comment "kodi-visualisation-shadertoy needs a toolchain w/ gcc >= 4.7"
  10. depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7