pvr.freebox: fix depends

It requires nlohmann-json, not rapidjson

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2021-02-05 00:26:46 +01:00
parent 4f6669c37a
commit ce8b90e0c1

View File

@ -9,7 +9,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/aassif/pvr.freebox"
PKG_URL="https://github.com/aassif/pvr.freebox/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform rapidjson openssl zlib"
PKG_DEPENDS_TARGET="toolchain kodi-platform nlohmann-json openssl zlib"
PKG_SECTION=""
PKG_SHORTDESC="pvr.freebox"
PKG_LONGDESC="pvr.freebox"