Files
operating-system/buildroot/package/kodi-pvr-vuplus/Config.in
Pascal Vizeli 035e3884d8 Update Buildroot 2020.02.2 (#682)
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
2020-05-20 17:32:11 +02:00

14 lines
414 B
Plaintext

config BR2_PACKAGE_KODI_PVR_VUPLUS
bool "kodi-pvr-vuplus"
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # json-for-modern-cpp
select BR2_PACKAGE_JSON_FOR_MODERN_CPP
select BR2_PACKAGE_KODI_PLATFORM
select BR2_PACKAGE_TINYXML
help
VuPlus PVR client addon for Kodi
https://github.com/kodi-pvr/pvr.vuplus
comment "kodi-pvr-vuplus needs a toolchain w/ gcc >= 4.9"
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9