[Libreoffice-commits] core.git: configure.ac
rizmut (via logerrit)
logerrit at kemper.freedesktop.org
Sat Sep 7 15:18:39 UTC 2019
configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 61b757f31f25cda6d595f64226181c7a82ce8d7f
Author: rizmut <riz_17_oke at yahoo.co.id>
AuthorDate: Sat Sep 7 16:23:39 2019 +0700
Commit: Rizal Muttaqin <riz_17_oke at yahoo.co.id>
CommitDate: Sat Sep 7 17:18:02 2019 +0200
tdf#125368, Make KJ SVG icons available in the app
Change-Id: I023cd3ce765d0e620d22c95b7091efc1ede8ce9b
Reviewed-on: https://gerrit.libreoffice.org/78741
Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
Tested-by: Rizal Muttaqin <riz_17_oke at yahoo.co.id>
diff --git a/configure.ac b/configure.ac
index 4033d6f8fe87..e6081bb94e8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1575,7 +1575,7 @@ 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, *breeze_dark, *breeze_svg, *colibre, *colibre_svg, *elementary,
- *elementary_svg, *karasa_jaga, *sifr, *sif_svg, *sifr_dark, *tango.]),
+ *elementary_svg, *karasa_jaga, *karasa_jaga_svg, *sifr, *sif_svg, *sifr_dark, *tango.]),
,)
libo_FUZZ_ARG_WITH(helppack-integration,
@@ -11485,14 +11485,14 @@ 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 breeze_dark breeze_svg colibre colibre_svg elementary elementary_svg karasa_jaga sifr sifr_svg sifr_dark tango"
+ with_theme="breeze breeze_dark breeze_svg colibre colibre_svg elementary elementary_svg karasa_jaga karasa_jaga_svg sifr sifr_svg sifr_dark tango"
fi
WITH_THEMES=""
if test "x$with_theme" != "xno"; then
for theme in $with_theme; do
case $theme in
- breeze|breeze_dark|breeze_svg|colibre|colibre_svg|elementary|elementary_svg|karasa_jaga|sifr|sifr_svg|sifr_dark|tango) real_theme="$theme" ;;
+ breeze|breeze_dark|breeze_svg|colibre|colibre_svg|elementary|elementary_svg|karasa_jaga|karasa_jaga_svg|sifr|sifr_svg|sifr_dark|tango) real_theme="$theme" ;;
default) real_theme=colibre ;;
*) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;;
esac
More information about the Libreoffice-commits
mailing list