summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2012-04-23 13:23:57 +0200
committerTomas Chvatal <tchvatal@suse.cz>2012-04-23 13:23:57 +0200
commit62a318eea86feb9340970c71eac8555535d09b78 (patch)
treece78f6827ed517207b5ba4f8d28272ae58a87699
parent0bbf79005a697c6781047c01f05eb660836a18e1 (diff)
Add all the available themes to the list.
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 15d8ce6c43a0..e6d884419be7 100644
--- a/configure.in
+++ b/configure.in
@@ -9472,13 +9472,13 @@ dnl ===================================================================
AC_MSG_CHECKING([which themes to include])
# if none given, use all available themes
if test "x$with_theme" = "x" -o "x$with_theme" = "xyes"; then
- with_theme="default crystal hicontrast oxygen tango"
+ with_theme="crystal hicontrast human oxygen tango"
fi
WITH_THEMES=""
for theme in $with_theme; do
case $theme in
- default|crystal|hicontrast|oxygen|tango|human) : ;;
+ classic|crystal|galaxy|hicontrast|human|industrial|oxygen|tango) : ;;
*) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;;
esac
WITH_THEMES="$WITH_THEMES $theme"