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 <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D10242
This commit is contained in:
Marcel Hollerbach 2019-09-29 18:04:51 +02:00
parent 96c176d866
commit e6a6218697
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ option('elementary-base-dir',
option('install-eo-files',
type: 'boolean',
value: false,
value: true,
description : 'Install any eo file'
)