kodi: always depend on bcm2835-driver when building for RPi

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-03-24 11:11:29 +01:00
parent 4c7e6a19d2
commit bdd90f6c23

View File

@ -31,6 +31,10 @@ case $KODI_VENDOR in
;;
esac
if [ "$PROJECT" = "RPi" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET bcm2835-driver"
fi
configure_package() {
# Single threaded LTO is very slow so rely on Kodi for parallel LTO support
if [ "$LTO_SUPPORT" = "yes" ] && ! build_with_debug; then