configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit d4f79aee83be592d12aae66a781ecd55666a7c34 Author: rizmut <riz_17_...@yahoo.co.id> AuthorDate: Sat Sep 7 16:23:39 2019 +0700 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Sun Sep 8 14:04:28 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.tie...@documentfoundation.org> Tested-by: Rizal Muttaqin <riz_17_...@yahoo.co.id> (cherry picked from commit 61b757f31f25cda6d595f64226181c7a82ce8d7f) Reviewed-on: https://gerrit.libreoffice.org/78749 Tested-by: Jenkins diff --git a/configure.ac b/configure.ac index 6d346db9f85d..0cd690d8d436 100644 --- a/configure.ac +++ b/configure.ac @@ -1582,7 +1582,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, @@ -11435,14 +11435,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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits