1 config BR2_PACKAGE_KODI_PVR_ARGUSTV
2 bool "kodi-pvr-argustv"
3 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # jsoncpp
4 select BR2_PACKAGE_JSONCPP
5 select BR2_PACKAGE_KODI_PLATFORM
7 Kodi's ARGUS TV client addon
9 https://github.com/kodi-pvr/pvr.argustv
11 comment "kodi-pvr-argustv needs a toolchain w/ gcc >= 4.7"
12 depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7