diff options
author | Cedric Bail <cedric.bail@free.fr> | 2013-03-24 13:00:55 +0100 |
---|---|---|
committer | Cedric Bail <cedric.bail@free.fr> | 2013-03-24 22:59:44 +0900 |
commit | 0fbe8161ba21906b0eb504049e534edc220b6196 (patch) | |
tree | 1176ca70fd2e8cc293c68b167afbb548cc885c2e /src/Makefile_Edje.am | |
parent | 77e557e7e5e19ab1e76a3635266eb7e1a6584e7d (diff) | |
download | efl-0fbe8161ba21906b0eb504049e534edc220b6196.tar.gz |
edje: add option to enable theme compilation when cross compiling
Diffstat (limited to 'src/Makefile_Edje.am')
-rw-r--r-- | src/Makefile_Edje.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Edje.am b/src/Makefile_Edje.am index 1908793619..85143cb91b 100644 --- a/src/Makefile_Edje.am +++ b/src/Makefile_Edje.am @@ -212,7 +212,7 @@ tests/edje/edje_tests_helpers.h bin_SCRIPTS += bin/edje/edje_recc # Useful to other modules that generate EDJ -EDJE_CC = EFL_RUN_IN_TREE=1 $(builddir)/bin/edje/edje_cc${EXEEXT} +EDJE_CC = @edje_cc@ EDJE_CC_FLAGS_VERBOSE = $(EDJE_CC_FLAGS_VERBOSE_@AM_V@) EDJE_CC_FLAGS_VERBOSE_ = $(EDJE_CC_FLAGS_VERBOSE_@AM_DEFAULT_V@) EDJE_CC_FLAGS_VERBOSE_1 = -v |