bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1e4713a25cf19087e039594ff8cd539e06b63141
commit 1e4713a25cf19087e039594ff8cd539e06b63141 Author: Marcel Hollerbach <[email protected]> Date: Fri Feb 7 15:04:03 2020 +0100 exactness: fix osx build edje depends on more than just edje_cc. --- src/bin/exactness/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/exactness/meson.build b/src/bin/exactness/meson.build index 6303e3fffe..b01c77de1e 100644 --- a/src/bin/exactness/meson.build +++ b/src/bin/exactness/meson.build @@ -25,7 +25,7 @@ edjs = custom_target('player_entry', '-id', join_paths(meson.source_root(), 'data', 'elementary', 'themes', 'img'), '-sd', join_paths(meson.source_root(), 'data', 'elementary', 'themes', 'snd'), '@INPUT@', '@OUTPUT@'], - depends : edje_cc) + depends : edje_depends) exactness_play_bin = executable('exactness_play', [ 'player.c', edjs ], --
