summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2017-06-01 07:09:52 +0400
committerYousuf Philips <philipz85@hotmail.com>2017-06-02 10:58:51 +0200
commitf691a49fc323a504d4ac2323f1c6cb388e25b9e5 (patch)
tree1c08dff0a66851a6c124d9d1d6080ecb6f400341 /configure.ac
parentbad19f8ada3978a8eb603719aa0767a89281c68f (diff)
Disable auto building of oxygen icon theme
Change-Id: Idad0f31b4a41074cb2d894c2b2b1abe6489a4e71 Reviewed-on: https://gerrit.libreoffice.org/38289 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 05e370194d6e..d920cfaef5e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1577,7 +1577,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,
@@ -11062,7 +11062,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