mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-27 10:30:52 +00:00
projects/*/options: add support to build XBMC (master) with 'PROJECT=xyz ARCH=xyz XBMC=master make'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c9e609d351
commit
cc971f66ea
@ -1,5 +1,8 @@
|
||||
# Name of the Distro to build (full name, without special characters)
|
||||
DISTRONAME="OpenELEC"
|
||||
if [ "$XBMC" = master ]; then
|
||||
DISTRONAME="OpenELEC_Helix"
|
||||
fi
|
||||
|
||||
# short project description
|
||||
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||
@ -116,6 +119,9 @@
|
||||
|
||||
# Mediacenter to use (xbmc / no)
|
||||
MEDIACENTER="xbmc"
|
||||
if [ "$XBMC" = master ]; then
|
||||
MEDIACENTER="xbmc-master"
|
||||
fi
|
||||
|
||||
# Skins to install (Confluence)
|
||||
# Space separated list is supported,
|
||||
|
@ -1,5 +1,8 @@
|
||||
# Name of the Distro to build (full name, without special characters)
|
||||
DISTRONAME="OpenELEC"
|
||||
if [ "$XBMC" = master ]; then
|
||||
DISTRONAME="OpenELEC_Helix"
|
||||
fi
|
||||
|
||||
# short project description
|
||||
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||
@ -116,6 +119,9 @@
|
||||
|
||||
# Mediacenter to use (xbmc / no)
|
||||
MEDIACENTER="xbmc"
|
||||
if [ "$XBMC" = master ]; then
|
||||
MEDIACENTER="xbmc-master"
|
||||
fi
|
||||
|
||||
# Skins to install (Confluence)
|
||||
# Space separated list is supported,
|
||||
|
@ -1,5 +1,8 @@
|
||||
# Name of the Distro to build (full name, without special characters)
|
||||
DISTRONAME="OpenELEC"
|
||||
if [ "$XBMC" = master ]; then
|
||||
DISTRONAME="OpenELEC_Helix"
|
||||
fi
|
||||
|
||||
# short project description
|
||||
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||
@ -116,6 +119,9 @@
|
||||
|
||||
# Mediacenter to use (xbmc / no)
|
||||
MEDIACENTER="xbmc"
|
||||
if [ "$XBMC" = master ]; then
|
||||
MEDIACENTER="xbmc-master"
|
||||
fi
|
||||
|
||||
# Skins to install (Confluence)
|
||||
# Space separated list is supported,
|
||||
|
@ -1,5 +1,8 @@
|
||||
# Name of the Distro to build (full name, without special characters)
|
||||
DISTRONAME="OpenELEC"
|
||||
if [ "$XBMC" = master ]; then
|
||||
DISTRONAME="OpenELEC_Helix"
|
||||
fi
|
||||
|
||||
# short project description
|
||||
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||
@ -116,6 +119,9 @@
|
||||
|
||||
# Mediacenter to use (xbmc / no)
|
||||
MEDIACENTER="xbmc"
|
||||
if [ "$XBMC" = master ]; then
|
||||
MEDIACENTER="xbmc-master"
|
||||
fi
|
||||
|
||||
# Skins to install (Confluence)
|
||||
# Space separated list is supported,
|
||||
|
@ -1,5 +1,8 @@
|
||||
# Name of the Distro to build (full name, without special characters)
|
||||
DISTRONAME="OpenELEC"
|
||||
if [ "$XBMC" = master ]; then
|
||||
DISTRONAME="OpenELEC_Helix"
|
||||
fi
|
||||
|
||||
# short project description
|
||||
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||
@ -111,6 +114,9 @@
|
||||
|
||||
# Mediacenter to use (xbmc / no)
|
||||
MEDIACENTER="xbmc"
|
||||
if [ "$XBMC" = master ]; then
|
||||
MEDIACENTER="xbmc-master"
|
||||
fi
|
||||
|
||||
# Skins to install (Confluence)
|
||||
# Space separated list is supported,
|
||||
|
Loading…
Reference in New Issue
Block a user