mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
kodi: always depend on bcm2835-driver when building for RPi
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user