diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2019-03-05 17:00:37 -0500 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2019-03-06 13:02:34 -0800 |
commit | 971e4dd2a60b0dea8e6fa7e23aaa902e5363443c (patch) | |
tree | 6b2efa402570d364dd5d60c721a7181f4929170a /src/lib/emotion/meson.build | |
parent | f493e0e6762b3f491151ed319ff57eae53e7454b (diff) |
emotion: remove all legacy usage from eo files
this takes the current generated output from eolian for legacy code in
evas and adds it to the tree, then removes legacy references from the
corresponding eo files. in the case where the entire eo file was for
a legacy object, that eo file has been removed from the tree
ref T7724
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8118
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/meson.build | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/src/lib/emotion/meson.build b/src/lib/emotion/meson.build index ad25dc65a6..93218828b3 100644 --- a/src/lib/emotion/meson.build +++ b/src/lib/emotion/meson.build | |||
@@ -17,16 +17,6 @@ foreach eo_file : pub_legacy_eo_files | |||
17 | '-o', 'c:' + join_paths(meson.current_build_dir(), eo_file + '.c'), | 17 | '-o', 'c:' + join_paths(meson.current_build_dir(), eo_file + '.c'), |
18 | '-o', 'd:' + join_paths(meson.current_build_dir(), eo_file + '.d'), | 18 | '-o', 'd:' + join_paths(meson.current_build_dir(), eo_file + '.d'), |
19 | '-gchd', '@INPUT@']) | 19 | '-gchd', '@INPUT@']) |
20 | pub_eo_file_target += custom_target('eolian_gen_legacy_' + eo_file, | ||
21 | input : eo_file, | ||
22 | output : [eo_file + '.legacy.h'], | ||
23 | depfile : eo_file + '.legacy.d', | ||
24 | install : true, | ||
25 | install_dir : dir_package_include, | ||
26 | command : eolian_gen + [ '-I', meson.current_source_dir(), eolian_include_directories, | ||
27 | '-o', 'l:' + join_paths(meson.current_build_dir(), eo_file + '.legacy.h'), | ||
28 | '-o', 'd:' + join_paths(meson.current_build_dir(), eo_file + '.legacy.d'), | ||
29 | '-gld', '@INPUT@']) | ||
30 | endforeach | 20 | endforeach |
31 | 21 | ||
32 | eolian_include_directories += ['-I', meson.current_source_dir()] | 22 | eolian_include_directories += ['-I', meson.current_source_dir()] |
@@ -34,7 +24,8 @@ eolian_include_directories += ['-I', meson.current_source_dir()] | |||
34 | emotion_header_src = [ | 24 | emotion_header_src = [ |
35 | 'Emotion.h', | 25 | 'Emotion.h', |
36 | 'Emotion_Legacy.h', | 26 | 'Emotion_Legacy.h', |
37 | 'Emotion_Eo.h' | 27 | 'Emotion_Eo.h', |
28 | 'efl_canvas_video_eo.legacy.h', | ||
38 | ] | 29 | ] |
39 | 30 | ||
40 | emotion_src = [ | 31 | emotion_src = [ |