From e6a62186971d5ef445f6a79d593bc3c3b92628a7 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Sun, 29 Sep 2019 18:04:51 +0200 Subject: [PATCH] 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 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' )