xref: /OK3568_Linux_fs/buildroot/package/kodi-pvr-vuplus/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_KODI_PVR_VUPLUS
2*4882a593Smuzhiyun	bool "kodi-pvr-vuplus"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # json-for-modern-cpp
4*4882a593Smuzhiyun	select BR2_PACKAGE_JSON_FOR_MODERN_CPP
5*4882a593Smuzhiyun	select BR2_PACKAGE_TINYXML
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  VuPlus PVR client addon for Kodi
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  https://github.com/kodi-pvr/pvr.vuplus
10*4882a593Smuzhiyun
11*4882a593Smuzhiyuncomment "kodi-pvr-vuplus needs a toolchain w/ gcc >= 4.9"
12*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
13