mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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)
|
# Name of the Distro to build (full name, without special characters)
|
||||||
DISTRONAME="OpenELEC"
|
DISTRONAME="OpenELEC"
|
||||||
|
if [ "$XBMC" = master ]; then
|
||||||
|
DISTRONAME="OpenELEC_Helix"
|
||||||
|
fi
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||||
@ -116,6 +119,9 @@
|
|||||||
|
|
||||||
# Mediacenter to use (xbmc / no)
|
# Mediacenter to use (xbmc / no)
|
||||||
MEDIACENTER="xbmc"
|
MEDIACENTER="xbmc"
|
||||||
|
if [ "$XBMC" = master ]; then
|
||||||
|
MEDIACENTER="xbmc-master"
|
||||||
|
fi
|
||||||
|
|
||||||
# Skins to install (Confluence)
|
# Skins to install (Confluence)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# Name of the Distro to build (full name, without special characters)
|
# Name of the Distro to build (full name, without special characters)
|
||||||
DISTRONAME="OpenELEC"
|
DISTRONAME="OpenELEC"
|
||||||
|
if [ "$XBMC" = master ]; then
|
||||||
|
DISTRONAME="OpenELEC_Helix"
|
||||||
|
fi
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||||
@ -116,6 +119,9 @@
|
|||||||
|
|
||||||
# Mediacenter to use (xbmc / no)
|
# Mediacenter to use (xbmc / no)
|
||||||
MEDIACENTER="xbmc"
|
MEDIACENTER="xbmc"
|
||||||
|
if [ "$XBMC" = master ]; then
|
||||||
|
MEDIACENTER="xbmc-master"
|
||||||
|
fi
|
||||||
|
|
||||||
# Skins to install (Confluence)
|
# Skins to install (Confluence)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# Name of the Distro to build (full name, without special characters)
|
# Name of the Distro to build (full name, without special characters)
|
||||||
DISTRONAME="OpenELEC"
|
DISTRONAME="OpenELEC"
|
||||||
|
if [ "$XBMC" = master ]; then
|
||||||
|
DISTRONAME="OpenELEC_Helix"
|
||||||
|
fi
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||||
@ -116,6 +119,9 @@
|
|||||||
|
|
||||||
# Mediacenter to use (xbmc / no)
|
# Mediacenter to use (xbmc / no)
|
||||||
MEDIACENTER="xbmc"
|
MEDIACENTER="xbmc"
|
||||||
|
if [ "$XBMC" = master ]; then
|
||||||
|
MEDIACENTER="xbmc-master"
|
||||||
|
fi
|
||||||
|
|
||||||
# Skins to install (Confluence)
|
# Skins to install (Confluence)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# Name of the Distro to build (full name, without special characters)
|
# Name of the Distro to build (full name, without special characters)
|
||||||
DISTRONAME="OpenELEC"
|
DISTRONAME="OpenELEC"
|
||||||
|
if [ "$XBMC" = master ]; then
|
||||||
|
DISTRONAME="OpenELEC_Helix"
|
||||||
|
fi
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||||
@ -116,6 +119,9 @@
|
|||||||
|
|
||||||
# Mediacenter to use (xbmc / no)
|
# Mediacenter to use (xbmc / no)
|
||||||
MEDIACENTER="xbmc"
|
MEDIACENTER="xbmc"
|
||||||
|
if [ "$XBMC" = master ]; then
|
||||||
|
MEDIACENTER="xbmc-master"
|
||||||
|
fi
|
||||||
|
|
||||||
# Skins to install (Confluence)
|
# Skins to install (Confluence)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# Name of the Distro to build (full name, without special characters)
|
# Name of the Distro to build (full name, without special characters)
|
||||||
DISTRONAME="OpenELEC"
|
DISTRONAME="OpenELEC"
|
||||||
|
if [ "$XBMC" = master ]; then
|
||||||
|
DISTRONAME="OpenELEC_Helix"
|
||||||
|
fi
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||||
@ -111,6 +114,9 @@
|
|||||||
|
|
||||||
# Mediacenter to use (xbmc / no)
|
# Mediacenter to use (xbmc / no)
|
||||||
MEDIACENTER="xbmc"
|
MEDIACENTER="xbmc"
|
||||||
|
if [ "$XBMC" = master ]; then
|
||||||
|
MEDIACENTER="xbmc-master"
|
||||||
|
fi
|
||||||
|
|
||||||
# Skins to install (Confluence)
|
# Skins to install (Confluence)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user