From 8ceffecdb11bf936bb9a9403e18127128e98c00e Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Thu, 4 Jun 2020 10:29:44 +0900 Subject: [PATCH] build: move static out of none_static Summary: these are static libs, they shall not be in the static list. Reviewers: stefan_schmidt, jsuya Reviewed By: stefan_schmidt, jsuya Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D11923 --- src/lib/evas/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/evas/meson.build b/src/lib/evas/meson.build index 825d2a5..6f749f96 100644 --- a/src/lib/evas/meson.build +++ b/src/lib/evas/meson.build @@ -50,8 +50,8 @@ evas_vg_savers_file = ['eet', 'svg'] rel_evas_modules = join_paths('..', '..', '..', 'modules', 'evas', 'engines', 'software_generic') evas_deps = [eo, eet, eina, efl, emile, ector, ecore, draw, buildsystem] -evas_ext_deps = [] -evas_ext_none_static_deps = [buildsystem_simple, intl, m, draw_simple, valgrind, libunibreak, lua, vg_common] +evas_ext_deps = [vg_common, draw_simple] +evas_ext_none_static_deps = [buildsystem_simple, intl, m, valgrind, libunibreak, lua] pub_eo_file_target = [] priv_eo_files = [] -- 2.7.4