1config BR2_PACKAGE_KODI_VISUALISATION_GOOM
2	bool "kodi-visualisation-goom"
3	depends on BR2_PACKAGE_KODI_RENDER_SYSTEM_GL
4	select BR2_PACKAGE_GLM
5	help
6	  GOOM visualiser for Kodi
7
8	  https://github.com/notspiff/visualization.goom
9
10comment "kodi-visualization-goom needs OpenGL as Kodi render system"
11	depends on !BR2_PACKAGE_KODI_RENDER_SYSTEM_GL
12