summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2020-05-28 09:51:24 +0200
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2020-05-28 10:00:41 +0200
commit55a0e7a9c4ef8d87a611514dea5f66be575f0697 (patch)
treee4dc57c73a3bfe5b62a7d409042068084f06cdff
parent7c173351fb56cc414f7066dc59c6bdbcdee25483 (diff)
downloadefl-55a0e7a9c4ef8d87a611514dea5f66be575f0697.tar.gz
build: vg_common depends on evas internals
this must depend on the eo file targets, as they must be generated. Differential Revision: https://phab.enlightenment.org/D11899
-rw-r--r--src/lib/evas/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/meson.build b/src/lib/evas/meson.build
index d9f88afa42..3b49e2bea6 100644
--- a/src/lib/evas/meson.build
+++ b/src/lib/evas/meson.build
@@ -205,7 +205,7 @@ evas_pub_deps = [eina, ecore, ector, emile]
if cpu_sse3 == true or cpu_neon == true and cpu_neon_intrinsics == false
evas_opt = static_library('evas_opt',
- sources: evas_src_opt,
+ sources: [evas_src_opt, pub_eo_file_target, priv_eo_file_target],
include_directories:
[ include_directories('../../..') ] +
evas_include_directories +