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"