exactness: fix osx build

edje depends on more than just edje_cc.
This commit is contained in:
Marcel Hollerbach 2020-02-07 15:04:03 +01:00
parent 6ce2698bb5
commit 1e4713a25c
1 changed files with 1 additions and 1 deletions

View File

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