|
|
|
@ -62,7 +62,7 @@ foreach edc_file : edc_files |
|
|
|
|
themes += custom_target('edje_cc_' + edc_file, |
|
|
|
|
input : edc_file, |
|
|
|
|
output : '@BASENAME@.edj', |
|
|
|
|
command : edje_cc_exe + [ '-beta', |
|
|
|
|
command : edje_cc_exe + [ '-beta', '-fastcomp', |
|
|
|
|
'-id', meson.current_source_dir(), |
|
|
|
|
'-fd', meson.current_source_dir(), |
|
|
|
|
'-sd', meson.current_source_dir(), |
|
|
|
@ -77,7 +77,7 @@ endforeach |
|
|
|
|
codegen = custom_target('edje_cc_codegen_edc', |
|
|
|
|
input : 'codegen.edc', |
|
|
|
|
output : '@BASENAME@.edj', |
|
|
|
|
command : edje_cc_exe + [ '-beta', |
|
|
|
|
command : edje_cc_exe + [ '-beta', '-fastcomp', |
|
|
|
|
'-id', meson.current_source_dir(), |
|
|
|
|
'-fd', meson.current_source_dir(), |
|
|
|
|
'-sd', meson.current_source_dir(), |
|
|
|
|