summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-11-28 20:23:21 +0100
committerJan Holesovsky <kendy@collabora.com>2014-11-28 20:24:30 +0100
commit34f2c4c603514185c695f1fbfff81546214c45d4 (patch)
treecf4843c2454eeddf73a247221b3b9737bde9005c /configure.ac
parentd042bef351af4649e656bfb8c60273149e5daeb5 (diff)
icons: Hide the Industrial theme again, fallback to it during Tango creation.
Change-Id: I37c2126d8b9170334042c7bf380d04c5885c4cb1
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 3eddaf4279a9..70c25297dce7 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,
@@ -11376,7 +11376,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 industrial oxygen sifr tango"
+ with_theme="breeze crystal galaxy hicontrast oxygen sifr tango"
test -z "$ENABLE_RELEASE_BUILD" && with_theme="$with_theme tango_testing"
fi