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>2017-02-20 00:31:03 +0100
commit7fbff2f80cbd972136576b64db3cc9f955db09f0 (patch)
treed633d28622b881a18671283d1465ac99aaa1b0b1 /configure.ac
parent586bdc9b1d4d120b7b5128588487c1dc3eb8632a (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 e14e24dfafbf..e6f9a7b0a2e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12676,7 +12676,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