Config.in 380 B

123456789101112
  1. config BR2_PACKAGE_KODI_PVR_VUPLUS
  2. bool "kodi-pvr-vuplus"
  3. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # json-for-modern-cpp
  4. select BR2_PACKAGE_JSON_FOR_MODERN_CPP
  5. select BR2_PACKAGE_TINYXML
  6. help
  7. VuPlus PVR client addon for Kodi
  8. https://github.com/kodi-pvr/pvr.vuplus
  9. comment "kodi-pvr-vuplus needs a toolchain w/ gcc >= 4.9"
  10. depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9