mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
kodi: always depend on bcm2835-driver when building for RPi
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
4c7e6a19d2
commit
bdd90f6c23
@ -31,6 +31,10 @@ case $KODI_VENDOR in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ "$PROJECT" = "RPi" ]; then
|
||||||
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET bcm2835-driver"
|
||||||
|
fi
|
||||||
|
|
||||||
configure_package() {
|
configure_package() {
|
||||||
# Single threaded LTO is very slow so rely on Kodi for parallel LTO support
|
# Single threaded LTO is very slow so rely on Kodi for parallel LTO support
|
||||||
if [ "$LTO_SUPPORT" = "yes" ] && ! build_with_debug; then
|
if [ "$LTO_SUPPORT" = "yes" ] && ! build_with_debug; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user