summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-10-05 01:20:10 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-10-05 01:20:10 +0200
commitc9c61e0faab31c753f60361a2909c1e61481ac89 (patch)
tree65daa709b34ab0dffe1b2015bd781707d6c286ca /configure.ac
parent9d2cf7a61afa89139a9d189e11027abbd36b63f9 (diff)
add elementary theme, remove outdated stuff from icon-themes/README
Change-Id: Id4c0c1910a785f2cc836113fffdfbe3b7ef40f2f
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 e650e71531fc..c19924834025 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11441,7 +11441,7 @@ WITH_THEMES=""
if test "x$with_theme" != "xno"; then
for theme in $with_theme; do
case $theme in
- breeze|crystal|galaxy|hicontrast|human|industrial|oxygen|sifr|tango|tango_testing) real_theme="$theme" ;;
+ breeze|crystal|elementary|galaxy|hicontrast|human|industrial|oxygen|sifr|tango|tango_testing) real_theme="$theme" ;;
default) real_theme=galaxy ;;
*) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;;
esac