build: install eo files per default
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Sun, 29 Sep 2019 16:04:51 +0000 (18:04 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 5 May 2020 21:28:23 +0000 (06:28 +0900)
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

meson_options.txt

index 1d23f22..64f3436 100644 (file)
@@ -375,7 +375,7 @@ option('elementary-base-dir',
 
 option('install-eo-files',
   type: 'boolean',
-  value: false,
+  value: true,
   description : 'Install any eo file'
 )