mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
mediacenter: fix build of addon stuff if XBMC=master, thanks to Milhouse
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
113bef9492
commit
b74d77de8a
@ -36,7 +36,7 @@ for i in $SKINS; do
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET $MEDIACENTER-theme-$i"
|
||||
done
|
||||
|
||||
if [ "$MEDIACENTER" = "xbmc" ]; then
|
||||
if [ "$MEDIACENTER" = "xbmc" -o "$MEDIACENTER" = "xbmc-master" ]; then
|
||||
# some python stuff needed for various addons
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET Imaging"
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET simplejson"
|
||||
|
Loading…
x
Reference in New Issue
Block a user