xref: /OK3568_Linux_fs/buildroot/package/kodi-visualisation-shadertoy/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
9	  https://github.com/notspiff/visualization.shadertoy
10
11comment "kodi-visualisation-shadertoy needs a toolchain w/ gcc >= 4.7"
12	depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
13