[Libreoffice-commits] .: configure.in
Tomáš Chvátal
tchvatal at kemper.freedesktop.org
Sat May 5 02:33:23 PDT 2012
configure.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f7620350edff408bb8b3bf192cdb713f5b0304f1
Author: Tomas Chvatal <tchvatal at suse.cz>
Date: Sat May 5 11:32:27 2012 +0200
Add * marking default enabled for crystal theme.
Also add galaxy to known list as it is pseudo alias for default.
Change-Id: I5c1175a950319e73da29e77daca9243f165243f1
diff --git a/configure.in b/configure.in
index c79ee5d..f10aac1 100644
--- a/configure.in
+++ b/configure.in
@@ -975,7 +975,7 @@ AC_ARG_WITH(vba-package-format,
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: classic, crystal, *default (galaxy), *hicontrast, human, industrial, *oxygen, *tango.]),
+ Possible choices: *classic, crystal, *default (galaxy), *hicontrast, human, industrial, *oxygen, *tango.]),
,)
AC_ARG_WITH(helppack-integration,
@@ -9614,7 +9614,7 @@ fi
WITH_THEMES=""
for theme in $with_theme; do
case $theme in
- classic|crystal|default|hicontrast|human|industrial|oxygen|tango) : ;;
+ classic|crystal|default|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