summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-12-04 10:13:36 +0100
committerJan Holesovsky <kendy@collabora.com>2014-12-04 11:17:26 +0100
commit3de1e67e06a2ca43badf55e9d4b7aa3a21ef4edc (patch)
treef16b35574846ef6697f897af1eca500661f8a6fb /configure.ac
parent8c2e25b3768013a19ef2371e5d7867a86226df0d (diff)
images: Remove 'Crystal' from the default image sets.
Change-Id: I90f10ea437fba65aced8a53f7b81d450a6ebd447
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files 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