diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2014-07-09 13:46:44 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2014-07-09 13:51:31 +0100 |
commit | af433f404f14c5dbed77b5fb764cf24caca9631e (patch) | |
tree | 0be7e69ee33d15415f95a840b3e3d663a260f984 | |
parent | ca4e6cad00fd0c0a9b8670b5f67a8145622fdacf (diff) |
fdo#75937 - package galaxy theme in a form we like; cf. fdo#81103.
Change-Id: If920257f141a2dc4208d1fd322b875fdc8315cee
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7be9bd261a05..5d25cf78a755 100644 --- a/configure.ac +++ b/configure.ac @@ -11621,7 +11621,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 |