mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
inputstream.adaptive: add nss dependency for x86_64 and arm
This commit is contained in:
parent
d36d7f6ccc
commit
65facfbc92
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user