-## TIZEN_ONLY(20190823) Build efl_mono_model_internal.eo and efl_mono_model_internal_child.eo without -Dbindings="mono"
-mono_eo_files = [
- 'efl_mono_model_internal.eo',
- 'efl_mono_model_internal_child.eo'
-]
-
-pub_eo_file_target = []
-
-foreach eo_file : mono_eo_files
- pub_eo_file_target += custom_target('eolian_gen_' + eo_file,
- input : eo_file,
- output : [eo_file + '.h'],
- depfile : eo_file + '.d',
- install : false,
- 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
-##
-
-## TIZEN_ONLY(20190418) Install libeflcustomexportsmono.so without -Dbindings="mono"
+## TIZEN_ONLY(20190418) Install libeflcustomexportsmono.so without --enable-csharp-bindings
efl_mono_lib = library('eflcustomexportsmono',
- [
- 'efl_custom_exports_mono.c',
- 'efl_mono_model_internal.c',
- ],
- pub_eo_file_target,
+ 'efl_custom_exports_mono.c',
install : true,
- include_directories : config_dir + [include_directories('.')],
dependencies : [eo, eina, ecore],
version : meson.project_version()
)