mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user