bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7b59fec40e364c43573cdfd0f914cb5b31009fbd
commit 7b59fec40e364c43573cdfd0f914cb5b31009fbd Author: Marcel Hollerbach <[email protected]> Date: Tue Oct 29 17:52:07 2019 +0100 meson: add embryo as a dep of edje if you want to build a edje theme without building all of efl, you can do that now. Before embryo was missing and no scripts could be compiled. Now this is possible and works. --- src/bin/edje/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/edje/meson.build b/src/bin/edje/meson.build index f33193d655..0fff2cd6dc 100644 --- a/src/bin/edje/meson.build +++ b/src/bin/edje/meson.build @@ -42,7 +42,7 @@ else env = find_program('env', native: true) edje_cc_exe = [env, 'EFL_RUN_IN_TREE=1', edje_cc.full_path()] endif - edje_depends = [edje_cc, epp, evas_engine_buffer_mod] + edje_depends = [edje_cc, epp, evas_engine_buffer_mod, embryo_cc] endif edje_decc_src = [ --
