elm: fix Efl.Ui errors not being registered

The implementation is necessary, but it wasn't being generated
and included by mistake.
This commit is contained in:
Daniel Kolesa 2019-09-24 19:17:28 +02:00
parent 92da64a532
commit e0f07489df
2 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,8 @@
#include "elm_gengrid_eo.h"
#include "elm_widget_gengrid.h"
#include "efl_ui.eot.c"
#define SEMI_BROKEN_QUICKLAUNCH 1
#ifdef __CYGWIN__

View File

@ -218,8 +218,9 @@ foreach eo_file : pub_eo_types_files
install_dir : dir_package_include,
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'),
'-ghd', '@INPUT@'])
'-gchd', '@INPUT@'])
endforeach
priv_eo_files = [