mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xbmc-rpi: force building with RPi CEC support if CEC support is enabled and we build for RPi
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
52f2ef54d8
commit
356964ba8f
@ -82,6 +82,9 @@ fi
|
|||||||
|
|
||||||
if [ "$CEC_SUPPORT" = yes ]; then
|
if [ "$CEC_SUPPORT" = yes ]; then
|
||||||
XBMC_CEC="--enable-libcec"
|
XBMC_CEC="--enable-libcec"
|
||||||
|
if [ "$OPENMAX" = "bcm2835-driver" ]; then
|
||||||
|
XBMC_CEC="$XBMC_CEC --enable-rpi-cec-api"
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
XBMC_CEC="--disable-libcec"
|
XBMC_CEC="--disable-libcec"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user