summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2020-05-27 18:20:11 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-05-28 13:00:52 +0200
commit9155e898ce1b5158ee4da23afc5e7fa56c958f97 (patch)
tree2f9af62fbf9967a4f23a3127b6e2b3fae7224e28
parentbb4d1165340edcd90c5e1a652d7eca21baadfb9c (diff)
downloadefl-9155e898ce1b5158ee4da23afc5e7fa56c958f97.tar.gz
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
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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