[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - configure.ac

Yousuf Philips philipz85 at hotmail.com
Tue Jun 6 02:26:44 UTC 2017


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

New commits:
commit 490a607ab5f99ca2d3f5a6379fc5ac736eeb8654
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Thu Jun 1 07:09:52 2017 +0400

    Disable auto building of oxygen icon theme
    
    Change-Id: Idad0f31b4a41074cb2d894c2b2b1abe6489a4e71
    Reviewed-on: https://gerrit.libreoffice.org/38289
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Heiko Tietze <tietze.heiko at googlemail.com>
    (cherry picked from commit f691a49fc323a504d4ac2323f1c6cb388e25b9e5)
    Reviewed-on: https://gerrit.libreoffice.org/38407
    Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
    Tested-by: Yousuf Philips <philipz85 at hotmail.com>

diff --git a/configure.ac b/configure.ac
index 5859ace22d44..e7dabc0fc655 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1573,7 +1573,7 @@ AC_ARG_WITH(galleries,
 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, crystal, *galaxy, *hicontrast, *oxygen, *sifr, *tango, *tango_testing.]),
+         Possible choices: *breeze, *breeze_dark, crystal, *galaxy, *hicontrast, oxygen, *sifr, *tango, *tango_testing.]),
 ,)
 
 libo_FUZZ_ARG_WITH(helppack-integration,
@@ -11185,7 +11185,7 @@ 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 galaxy hicontrast oxygen sifr tango"
+    with_theme="breeze breeze_dark galaxy hicontrast sifr tango"
     test -z "$ENABLE_RELEASE_BUILD" && with_theme="$with_theme tango_testing"
 fi
 


More information about the Libreoffice-commits mailing list