kumquat-buildroot/package/kodi-pvr-octonet/Config.in
Bernd Kuhls feba2e8b6a package/kodi-pvr-octonet: bump version to 4.1.0-2-Matrix
Switch dependency to kodi after upstream removed the dependency to
libplatform and kodi-platform:
ec08c20540
e7449d9537

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:48 +01:00

12 lines
378 B
Plaintext

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