diff --git a/packages/mediacenter/meta b/packages/mediacenter/meta index 4a9dc9a15c..a152178b53 100644 --- a/packages/mediacenter/meta +++ b/packages/mediacenter/meta @@ -5,10 +5,14 @@ PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.openelec.tv" PKG_URL="" -PKG_DEPENDS="$MEDIACENTER $MEDIACENTER-theme-Confluence plugins" +PKG_DEPENDS="$MEDIACENTER $MEDIACENTER-theme-$SKIN_DEFAULT plugins" PKG_BUILD_DEPENDS="toolchain" PKG_PRIORITY="optional" PKG_SECTION="mediacenter" PKG_SHORTDESC="Mediacenter: Metapackage" PKG_LONGDESC="" PKG_IS_ADDON="no" + +for i in "$SKINS"; do + PKG_DEPENDS="$PKG_DEPENDS $MEDIACENTER-theme-$i" +done \ No newline at end of file diff --git a/projects/ION/options b/projects/ION/options index 59cc0cd356..7179567ded 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -57,8 +57,11 @@ # Mediacenter to use (xbmc / no) MEDIACENTER="xbmc-dharma" -# Skins to install (Vision2) - SKINS="Vision2" +# Skins to install (Confluence) + SKINS="Confluence" + +# Default Skin (Confluence) + SKIN_DEFAULT="Confluence" # Plugins for XBMC to install (SABnzbd) # Space separated list is supported, diff --git a/projects/generic/options b/projects/generic/options index de645a5e9f..fed0ffd4f8 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -57,8 +57,11 @@ # Mediacenter to use (xbmc / no) MEDIACENTER="xbmc-dharma" -# Skins to install (Vision2) - SKINS="Vision2" +# Skins to install (Confluence) + SKINS="Confluence" + +# Default Skin (Confluence) + SKIN_DEFAULT="Confluence" # Plugins for XBMC to install (SABnzbd) # Space separated list is supported, diff --git a/projects/intel/options b/projects/intel/options index 7f6fefea63..043f8c2188 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -57,8 +57,11 @@ # Mediacenter to use (xbmc / no) MEDIACENTER="xbmc-dharma" -# Skins to install (Vision2) - SKINS="Vision2" +# Skins to install (Confluence) + SKINS="Confluence" + +# Default Skin (Confluence) + SKIN_DEFAULT="Confluence" # Plugins for XBMC to install (SABnzbd) # Space separated list is supported,