From fa320de4eb416867d6f148f9ec191609043c9378 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 29 Oct 2011 10:39:01 +0200 Subject: [PATCH] projects/Generic*/options: fix Skin options Signed-off-by: Stephan Raue --- projects/Generic/options | 6 +++--- projects/Generic_OSS/options | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/projects/Generic/options b/projects/Generic/options index eae46cea25..a8b0946d91 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -106,14 +106,14 @@ # Mediacenter to use (xbmc / no) MEDIACENTER="xbmc" -# Skins to install (Confluence) - SKINS="Confluence" - # Skins to install (Confluence) # Space separated list is supported, # e.g. SKINS="Confluence" SKINS="Confluence" +# Default Skin (Confluence) + SKIN_DEFAULT="Confluence" + # install extra subtitle Fonts for XBMC (yes / no) XBMC_EXTRA_FONTS="yes" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index dd53a6864f..2dcfdbef84 100644 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -106,14 +106,14 @@ # Mediacenter to use (xbmc / no) MEDIACENTER="xbmc" -# Skins to install (Confluence) - SKINS="Confluence" - # Skins to install (Confluence) # Space separated list is supported, # e.g. SKINS="Confluence" SKINS="Confluence" +# Default Skin (Confluence) + SKIN_DEFAULT="Confluence" + # install extra subtitle Fonts for XBMC (yes / no) XBMC_EXTRA_FONTS="yes"