diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-11-23 11:52:03 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-11-23 11:52:03 +0100 |
commit | 893cf377125c03a19e2f681143910bf55904f08b (patch) | |
tree | a90a90d58bd14b4820f1d100357e0bfd71e7c841 /configure.ac | |
parent | cb6ced50c11ea71e5655c46e49f17f3b5921f526 (diff) |
icons: Include Industrial again, it is used as a Tango fallback.
Change-Id: I58c532f33483d051b9748b7d830f440b17c9a35e
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 05b19721c98e..7f1e4b07515d 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, @@ -11372,7 +11372,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 tango sifr" + with_theme="breeze crystal galaxy hicontrast industrial oxygen sifr tango" test -z "$ENABLE_RELEASE_BUILD" && with_theme="$with_theme tango_testing" fi |