summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2018-05-25 11:45:29 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2018-06-04 22:24:57 +0200
commit0550189c28cd759c41b8a048a3f667ae12560c5e (patch)
treeec63f131364bb6f5e1a27b12f4f2bcd563a3706f /configure.ac
parent513204bcf7b9a43535ed585251e73a6d77805148 (diff)
tdf#116916 - Icon themes missing on LibreOffice Vanilla from macOS appstore
Update of blacklist for $WITH_THEMES Fallback to Tango for ancient/unknown DE, Colibre only on Windows MPL vs. non-MPL on macOS tdf#117615 reverting elementary on gnome Change-Id: Ibea9e9429a79911d632b54fa4aa9649003830aa3 Reviewed-on: https://gerrit.libreoffice.org/55295 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 a3b9107477b5..34f13e2e5f45 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|default|sifr)
+ breeze|breeze_dark|sifr|sifr_dark|elementary|karasa_jaga) #blacklist of icon themes under GPL or LGPL
AC_MSG_ERROR([need to disable icon themes from '$WITH_THEMES': $theme present, use --with-theme=tango]) ;;
*) : ;;
esac