bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e6a62186971d5ef445f6a79d593bc3c3b92628a7
commit e6a62186971d5ef445f6a79d593bc3c3b92628a7 Author: Marcel Hollerbach <[email protected]> Date: Sun Sep 29 18:04:51 2019 +0200 build: install eo files per default in the last release we turned that off, because we started to stabelize API back there, but the .eo file format wasnt ready yet. Now, the file format is stable. And we stabelized more widgets, which means, we should also install the .eo files per default. Reviewed-by: Stefan Schmidt <[email protected]> Differential Revision: https://phab.enlightenment.org/D10242 --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 0907aff980..043957e046 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -361,7 +361,7 @@ option('elementary-base-dir', option('install-eo-files', type: 'boolean', - value: false, + value: true, description : 'Install any eo file' ) --
