mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
inputstream.adaptive: add nss dependency for x86_64 and arm
This commit is contained in:
@@ -29,6 +29,10 @@ PKG_LONGDESC="inputstream.adaptive"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
|
||||
if [ "$TARGET_ARCH" = "x86_64" ] || [ "$TARGET_ARCH" = "arm" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET nss"
|
||||
fi
|
||||
|
||||
addon() {
|
||||
install_binary_addon $PKG_ADDON_ID
|
||||
|
||||
|
||||
Reference in New Issue
Block a user