summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2018-06-06 12:44:55 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2018-06-07 07:50:37 +0200
commit5b20226bb0e431afa4505373aaa0af2d28479528 (patch)
tree8d5fe868ee6b2001c574b92ec243f250a15b43dc /configure.ac
parent489fb7f5e2297b9451f7084bcb5cf9da823adc26 (diff)
Revert "tdf#116916 - Icon themes missing on LibreOffice Vanilla from macOS appstore"
This reverts commit 0550189c28cd759c41b8a048a3f667ae12560c5e. Change-Id: Id02b5bef9e82ed474a718d57ea3e2159855283b6 Reviewed-on: https://gerrit.libreoffice.org/55369 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 34f13e2e5f45..a3b9107477b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12520,7 +12520,7 @@ if test "$enable_mpl_subset" = "yes"; then
fi
for theme in $WITH_THEMES; do
case $theme in
- breeze|breeze_dark|sifr|sifr_dark|elementary|karasa_jaga) #blacklist of icon themes under GPL or LGPL
+ breeze|default|sifr)
AC_MSG_ERROR([need to disable icon themes from '$WITH_THEMES': $theme present, use --with-theme=tango]) ;;
*) : ;;
esac