[Libreoffice-commits] .: configure.in

Tomáš Chvátal tchvatal at kemper.freedesktop.org
Mon Apr 23 04:25:22 PDT 2012


 configure.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 62a318eea86feb9340970c71eac8555535d09b78
Author: Tomas Chvatal <tchvatal at suse.cz>
Date:   Mon Apr 23 13:23:57 2012 +0200

    Add all the available themes to the list.

diff --git a/configure.in b/configure.in
index 15d8ce6..e6d8844 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"


More information about the Libreoffice-commits mailing list