billiob pushed a commit to branch master.
commit 2beb10beda2c06afd9c0c4cf9b7fe05c63eb8c32
Author: Boris Faure <[email protected]>
Date: Sat Sep 14 17:29:01 2013 +0200
fix solarized-light theme
---
data/themes/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am
index 803b094..cec2b6a 100644
--- a/data/themes/Makefile.am
+++ b/data/themes/Makefile.am
@@ -42,7 +42,7 @@ solarized.edj: Makefile default.edc
solarized_light.edj: Makefile default.edc
$(EDJE_CC) $(EDJE_FLAGS) \
- -DSOLARIZED_LIGHT=1 \
+ -DSOLARIZED=1 -DSOLARIZED_LIGHT=1 \
$(top_srcdir)/data/themes/default.edc \
$(top_builddir)/data/themes/solarized_light.edj
--