stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9155e898ce1b5158ee4da23afc5e7fa56c958f97

commit 9155e898ce1b5158ee4da23afc5e7fa56c958f97
Author: Marcel Hollerbach <m...@marcel-hollerbach.de>
Date:   Wed May 27 18:20:11 2020 +0200

    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

-- 


Reply via email to