inputstream.adaptive: add nss dependency for all archs

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2023-02-14 00:11:30 +01:00
parent 5426f1634d
commit 9c4eef77db

View File

@ -9,17 +9,13 @@ PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://github.com/xbmc/inputstream.adaptive" PKG_SITE="https://github.com/xbmc/inputstream.adaptive"
PKG_URL="https://github.com/xbmc/inputstream.adaptive/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/xbmc/inputstream.adaptive/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform bento4 expat" PKG_DEPENDS_TARGET="toolchain kodi-platform bento4 expat nss"
PKG_SECTION="" PKG_SECTION=""
PKG_SHORTDESC="inputstream.adaptive" PKG_SHORTDESC="inputstream.adaptive"
PKG_LONGDESC="inputstream.adaptive" PKG_LONGDESC="inputstream.adaptive"
PKG_IS_ADDON="yes" PKG_IS_ADDON="yes"
if [ "${TARGET_ARCH}" = "x86_64" ] || [ "${TARGET_ARCH}" = "arm" ]; then
PKG_DEPENDS_TARGET+=" nss"
fi
addon() { addon() {
install_binary_addon ${PKG_ADDON_ID} install_binary_addon ${PKG_ADDON_ID}