xref: /OK3568_Linux_fs/buildroot/package/kodi-pvr-octonet/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_KODI_PVR_OCTONET
2	bool "kodi-pvr-octonet"
3	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # jsoncpp
4	select BR2_PACKAGE_JSONCPP
5	help
6	  DigitalDevices Octonet PVR client addon for Kodi
7
8	  https://github.com/DigitalDevices/pvr.octonet
9
10comment "kodi-pvr-octonet needs a toolchain w/ gcc >= 4.7"
11	depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
12