xref: /OK3568_Linux_fs/buildroot/package/kodi-visualisation-goom/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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