4d8979f660
See CMakeLists.txt: https://github.com/xbmc/visualization.goom/blob/Leia/CMakeLists.txt#L7 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
config BR2_PACKAGE_KODI_VISUALISATION_GOOM
|
|
bool "kodi-visualisation-goom"
|
|
depends on BR2_PACKAGE_HAS_LIBGL
|
|
select BR2_PACKAGE_GLM
|
|
help
|
|
GOOM visualiser for Kodi
|
|
|
|
https://github.com/notspiff/visualization.goom
|
|
|
|
comment "kodi-visualization-goom needs OpenGL"
|
|
depends on !BR2_PACKAGE_HAS_LIBGL
|