From 9155e898ce1b5158ee4da23afc5e7fa56c958f97 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Wed, 27 May 2020 18:20:11 +0200 Subject: [PATCH] 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 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 06213426ce..90eb3951bf 100644 --- a/meson.build +++ b/meson.build @@ -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