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

Michael Meeks michael.meeks at collabora.com
Fri Jul 11 01:30:28 PDT 2014


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d1ed906b4cf0ab46a975f3caab8dfd1b5c7f4118
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Wed Jul 9 13:46:44 2014 +0100

    fdo#75937 - package galaxy theme in a form we like; cf. fdo#81103.
    
    Change-Id: If920257f141a2dc4208d1fd322b875fdc8315cee
    Reviewed-on: https://gerrit.libreoffice.org/10172
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-by: Matúš Kukan <matus.kukan at collabora.com>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/configure.ac b/configure.ac
index 1de8036..047bf0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11563,7 +11563,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="crystal default hicontrast oxygen tango sifr"
+    with_theme="crystal default galaxy hicontrast oxygen tango sifr"
     test -z "$ENABLE_RELEASE_BUILD" && with_theme="$with_theme tango_testing"
 fi
 


More information about the Libreoffice-commits mailing list