kumquat-buildroot/package/kodi-pvr-octonet/Config.in
Bernd Kuhls 2d8e452895 package/kodi-pvr-octonet: fix json dependency
While creating the initial package file a wrong dependency was chosen.

This package really depends on jsoncpp, not json-for-modern-cpp:
f724c5934c

This bug was found while testing per-package directories.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
2021-09-26 21:08:34 +02:00

12 lines
354 B
Plaintext

config BR2_PACKAGE_KODI_PVR_OCTONET
bool "kodi-pvr-octonet"
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # jsoncpp
select BR2_PACKAGE_JSONCPP
help
DigitalDevices Octonet PVR client addon for Kodi
https://github.com/DigitalDevices/pvr.octonet
comment "kodi-pvr-octonet needs a toolchain w/ gcc >= 4.7"
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7