diff options
author | Flavio Vinicius Alvares Ceolin <flavio.ceolin@profusion.mobi> | 2012-09-13 14:06:07 +0000 |
---|---|---|
committer | Flavio Vinicius Alvares Ceolin <flavio.ceolin@profusion.mobi> | 2012-09-13 14:06:07 +0000 |
commit | bd9b1e7116e4a3386bcb13210852e1f866c3e404 (patch) | |
tree | f182e7333e7fa27a6d4d6338f4512b02a078dfd6 /configure.ac | |
parent | a304ec1d614352425884c9f77377af7119696b2a (diff) |
elementary_codegen: generating source code from edj
Parsing the parts and programs of the specified group and generating
the header/source. Usage:
elementary_codegen --prefix myapp_myobj input.edj a_group source.c header.h
SVN revision: 76614
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7187c1c1d..19287b11a 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -688,6 +688,7 @@ EFL_WITH_BIN([edje], [edje-cc], [edje_cc]) | |||
688 | EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"]) | 688 | EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"]) |
689 | 689 | ||
690 | EFL_ENABLE_BIN([elementary-test]) | 690 | EFL_ENABLE_BIN([elementary-test]) |
691 | EFL_ENABLE_BIN([elementary-codegen]) | ||
691 | EFL_ENABLE_BIN([elementary-config]) | 692 | EFL_ENABLE_BIN([elementary-config]) |
692 | 693 | ||
693 | m4_ifdef([AM_GNU_GETTEXT_VERSION], [ | 694 | m4_ifdef([AM_GNU_GETTEXT_VERSION], [ |
@@ -803,6 +804,7 @@ echo " eet......................: ${eet_eet}" | |||
803 | echo " edje_cc..................: ${edje_cc}" | 804 | echo " edje_cc..................: ${edje_cc}" |
804 | echo | 805 | echo |
805 | echo " Build elementary_test....: ${have_elementary_test}" | 806 | echo " Build elementary_test....: ${have_elementary_test}" |
807 | echo " Build elementary_codegen.: ${have_elementary_codegen}" | ||
806 | echo " Examples.................: ${enable_build_examples}" | 808 | echo " Examples.................: ${enable_build_examples}" |
807 | echo " Examples installed.......: ${enable_install_examples}" | 809 | echo " Examples installed.......: ${enable_install_examples}" |
808 | echo " Build elementary_config..: ${have_elementary_config}" | 810 | echo " Build elementary_config..: ${have_elementary_config}" |