xref: /OK3568_Linux_fs/buildroot/package/kodi-visualisation-shadertoy/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_KODI_VISUALISATION_SHADERTOY
2*4882a593Smuzhiyun	bool "kodi-visualisation-shadertoy"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # jsoncpp
4*4882a593Smuzhiyun	select BR2_PACKAGE_GLM
5*4882a593Smuzhiyun	select BR2_PACKAGE_JSONCPP
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  Shadertoy visualiser for Kodi
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  https://github.com/notspiff/visualization.shadertoy
10*4882a593Smuzhiyun
11*4882a593Smuzhiyuncomment "kodi-visualisation-shadertoy needs a toolchain w/ gcc >= 4.7"
12*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
13