mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
inputstream.adaptive: add nss dependency for all archs
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
5426f1634d
commit
9c4eef77db
@ -9,17 +9,13 @@ 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 expat"
|
||||
PKG_DEPENDS_TARGET="toolchain kodi-platform bento4 expat nss"
|
||||
PKG_SECTION=""
|
||||
PKG_SHORTDESC="inputstream.adaptive"
|
||||
PKG_LONGDESC="inputstream.adaptive"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
|
||||
if [ "${TARGET_ARCH}" = "x86_64" ] || [ "${TARGET_ARCH}" = "arm" ]; then
|
||||
PKG_DEPENDS_TARGET+=" nss"
|
||||
fi
|
||||
|
||||
addon() {
|
||||
install_binary_addon ${PKG_ADDON_ID}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user