summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-09-29 18:04:51 +0200
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2020-04-28 14:41:42 +0200
commite6a62186971d5ef445f6a79d593bc3c3b92628a7 (patch)
treed789136196369a15f366ff7d8529e1e792adad03 /meson_options.txt
parent96c176d866f1a08d205159edd1ca8a44ab72ef02 (diff)
downloadefl-e6a62186971d5ef445f6a79d593bc3c3b92628a7.tar.gz
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
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
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'
)