build: add priv eo targets to efl_one_eo_deps

this was forgotten / never spotted before. Thank you Quelrond for the
report!

Differential Revision: https://phab.enlightenment.org/D11895
This commit is contained in:
Marcel Hollerbach 2020-05-27 18:20:11 +02:00 committed by Stefan Schmidt
parent bb4d116534
commit 9155e898ce
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ foreach package : subprojects
)
# dependency for all the .eo file targets
efl_one_eo_deps += declare_dependency(
sources: pub_eo_file_target,
sources: pub_eo_file_target + priv_eo_file_target, #this here *needs* to be public and private, because our binaries and modules do depend on internal headers
)
efl_one_deps += external_deps
efl_one_parts += tmp