diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2014-07-09 13:46:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-10 14:24:45 +0000 |
commit | ba771af1f126f2c3b45a89e2f18689babdb77c45 (patch) | |
tree | 0c5551196211d82368ca8db642ff6dbaec574d14 | |
parent | eb1ffce113e9110f87de25891f82b0a5752bd59c (diff) |
fdo#75937 - package galaxy theme in a form we like; cf. fdo#81103.
Change-Id: If920257f141a2dc4208d1fd322b875fdc8315cee
Reviewed-on: https://gerrit.libreoffice.org/10171
Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ec74b227c601..35e1534021d1 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 |