Merge pull request #8803 from heitbaum/fix-addon

inputstream.adaptive: add rapidjson to PKG_DEPENDS_TARGET
This commit is contained in:
Matthias Reichl 2024-04-14 13:30:29 +02:00 committed by GitHub
commit 0de4bcb83a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/xbmc/inputstream.adaptive"
PKG_URL="https://github.com/xbmc/inputstream.adaptive/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform bento4 nss pugixml"
PKG_DEPENDS_TARGET="toolchain kodi-platform bento4 nss pugixml rapidjson"
PKG_SECTION=""
PKG_SHORTDESC="inputstream.adaptive"
PKG_LONGDESC="inputstream.adaptive"