Config.in 288 B

12345678910
  1. config 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. https://github.com/kodi-pvr/pvr.hts
  7. comment "kodi-pvr-hts needs a toolchain w/ gcc >= 7"
  8. depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_7