hermet pushed a commit to branch master.

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

commit e3ad84f07e60851ef4aa5890130f6a14bec50a8f
Author: Marcel Hollerbach <m...@marcel-hollerbach.de>
Date:   Thu Jun 4 10:29:44 2020 +0900

    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 2196952d21..a6ac6b1117 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 = []

-- 


Reply via email to