cedric pushed a commit to branch master.

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

commit b532721b1d5e4bcd1377d7d541bbe4fcb717782e
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Wed Mar 6 11:22:22 2019 -0500

    build: generate edje_global.eo.c with meson build
    
    Reviewed-by: Cedric BAIL <cedric.b...@free.fr>
    Differential Revision: https://phab.enlightenment.org/D8127
---
 src/lib/edje/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/edje/meson.build b/src/lib/edje/meson.build
index 549553fd67..2c3d7717fe 100644
--- a/src/lib/edje/meson.build
+++ b/src/lib/edje/meson.build
@@ -91,6 +91,7 @@ foreach eo_file : priv_eo_files
     depfile : eo_file + '.d',
     command : eolian_gen + [ '-I', meson.current_source_dir(), 
eolian_include_directories,
                            '-o', 'h:' + join_paths(meson.current_build_dir(), 
eo_file + '.h'),
+                           '-o', 'c:' + join_paths(meson.current_build_dir(), 
eo_file + '.c'),
                            '-o', 'd:' + join_paths(meson.current_build_dir(), 
eo_file + '.d'),
                            '-gchd', '@INPUT@'])
 endforeach

-- 


Reply via email to