7f0d48c881
Added dependency to glm. Although glm depends on BR2_INSTALL_LIBSTDCPP this dependency was not added because Kodi itself already depends on C++. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
config BR2_PACKAGE_KODI_VISUALISATION_SHADERTOY
|
|
bool "kodi-visualisation-shadertoy"
|
|
select BR2_PACKAGE_GLM
|
|
select BR2_PACKAGE_LIBPLATFORM
|
|
help
|
|
Shadertoy visualiser for Kodi
|
|
|
|
https://github.com/notspiff/visualization.shadertoy
|