xbmc: temporary disable xbmc-addon-lcd addon, this fixes #1469

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-11-14 21:46:34 +01:00
parent 1ed00e7975
commit 09b21374aa

View File

@ -91,9 +91,9 @@ if [ "$CEC_SUPPORT" = yes ]; then
PKG_DEPENDS="$PKG_DEPENDS libcec"
fi
if [ ! "$LCD_DRIVER" = "none" ]; then
PKG_DEPENDS="$PKG_DEPENDS xbmc-addon-lcd"
fi
# if [ ! "$LCD_DRIVER" = "none" ]; then
# PKG_DEPENDS="$PKG_DEPENDS xbmc-addon-lcd"
# fi
if [ "$XBMC_SCR_RSXS" = yes ]; then
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS libXt libXmu"