1config BR2_PACKAGE_KODI_PVR_HTS
2 bool "kodi-pvr-hts"
3 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
4 help
5 Tvheadend HTSP PVR client addon for Kodi
6
7 https://github.com/kodi-pvr/pvr.hts
8
9comment "kodi-pvr-hts needs a toolchain w/ gcc >= 7"
10 depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_7
11