kumquat-buildroot/package/kodi-pvr-vuplus/Config.in
Bernd Kuhls 6bd4830c82 package/kodi-pvr-vuplus: bump version to 7.4.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
122a9b2816

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-03-06 22:56:49 +01:00

13 lines
380 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_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