2015-07-22 22:30:50 +02:00
|
|
|
config BR2_PACKAGE_KODI_PVR_VUPLUS
|
|
|
|
bool "kodi-pvr-vuplus"
|
2020-04-11 18:10:10 +02:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # json-for-modern-cpp
|
2020-01-19 12:07:24 +01:00
|
|
|
select BR2_PACKAGE_JSON_FOR_MODERN_CPP
|
|
|
|
select BR2_PACKAGE_TINYXML
|
2015-07-22 22:30:50 +02:00
|
|
|
help
|
|
|
|
VuPlus PVR client addon for Kodi
|
|
|
|
|
|
|
|
https://github.com/kodi-pvr/pvr.vuplus
|
2020-04-11 18:10:10 +02:00
|
|
|
|
|
|
|
comment "kodi-pvr-vuplus needs a toolchain w/ gcc >= 4.9"
|
|
|
|
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|