mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #3778 from stefansaraev/deps
scripts/checkdeps: allow project specific deps
This commit is contained in:
commit
5efea63c4e
@ -48,6 +48,14 @@ case $1 in
|
||||
;;
|
||||
esac
|
||||
|
||||
# project specific dependencies
|
||||
if [ -n "$EXTRA_DEPS" ] ; then
|
||||
deps="$deps $EXTRA_DEPS"
|
||||
fi
|
||||
if [ -n "$EXTRA_DEPS_PKG" ] ; then
|
||||
deps_pkg="$deps_pkg $EXTRA_DEPS_PKG"
|
||||
fi
|
||||
|
||||
getarg() {
|
||||
eval echo \${$(($1+2))}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user