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 ],