mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/checkdeps: check for distro specific packages
This commit is contained in:
parent
d9713afba3
commit
a686a4cc5b
@ -70,6 +70,14 @@ if [ -n "$EXTRA_DEPS_PKG" ] ; then
|
||||
deps_pkg="$deps_pkg $EXTRA_DEPS_PKG"
|
||||
fi
|
||||
|
||||
# distro specific dependencies
|
||||
if [ -n "$DISTRO_DEPS" ] ; then
|
||||
deps="$deps $DISTRO_DEPS"
|
||||
fi
|
||||
if [ -n "$DISTRO_DEPS_PKG" ] ; then
|
||||
deps_pkg="$deps_pkg $DISTRO_DEPS_PKG"
|
||||
fi
|
||||
|
||||
getarg() {
|
||||
eval echo \${$(($1+2))}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user