summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-08-24 10:07:45 +0200
committerAndras Timar <andras.timar@collabora.com>2018-03-15 23:03:37 +0100
commit32660bb98bf2edbc03e256532d2ce65e39ba03b5 (patch)
tree7a3c11320bd878e4b3ad1860ac295540a39cb2f0 /configure.ac
parentf8436abfb349ed3c2c518a7a3c5b05b5fb8122eb (diff)
enable breeze and sifr
(cherry picked from commit ace78a2e440cc71ba69179c2c715e1d96981a8cb) (cherry picked from commit 6583d52f0287d88fbb79ee10e4e4fcc516c5b38e) Change-Id: Id46452b5121077de7d5368257b538a85d1ef7dae
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 65829e9b4ed5..7b35e33f08a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12331,7 +12331,7 @@ if test "$enable_mpl_subset" = "yes"; then
fi
for theme in $WITH_THEMES; do
case $theme in
- breeze|crystal|default|hicontrast|oxygen|sifr)
+ crystal|default|hicontrast|oxygen)
AC_MSG_ERROR([need to disable icon themes from '$WITH_THEMES': $theme present, use --with-theme=tango]) ;;
*) : ;;
esac