From 3de1e67e06a2ca43badf55e9d4b7aa3a21ef4edc Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 4 Dec 2014 10:13:36 +0100 Subject: [PATCH] images: Remove 'Crystal' from the default image sets. Change-Id: I90f10ea437fba65aced8a53f7b81d450a6ebd447 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 17d0de47579f..b6ae6db2ce87 100644 --- a/configure.ac +++ b/configure.ac @@ -1474,7 +1474,7 @@ AC_ARG_WITH(galleries, AC_ARG_WITH(theme, AS_HELP_STRING([--with-theme="theme1 theme2..."], [Choose which themes to include. By default those themes with an '*' are included. - Possible choices: *breeze, *crystal, *galaxy, *hicontrast, human, industrial, *oxygen, *sifr, *tango, *tango_testing.]), + Possible choices: *breeze, crystal, *galaxy, *hicontrast, human, industrial, *oxygen, *sifr, *tango, *tango_testing.]), ,) AC_ARG_WITH(helppack-integration, @@ -11375,7 +11375,7 @@ dnl =================================================================== AC_MSG_CHECKING([which themes to include]) # if none given use default subset of available themes if test "x$with_theme" = "x" -o "x$with_theme" = "xyes"; then - with_theme="breeze crystal galaxy hicontrast oxygen sifr tango" + with_theme="breeze galaxy hicontrast oxygen sifr tango" test -z "$ENABLE_RELEASE_BUILD" && with_theme="$with_theme tango_testing" fi