summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-03-14 12:43:51 -0400
committerMike Blumenkrantz <zmike@samsung.com>2019-03-14 12:44:00 -0400
commit30bb8395c38bbbdd21708ddc5413c869aca6714b (patch)
treef071ebd208c45a159df4dcc893c93ce38fd229dd /meson_options.txt
parent8a6e89358dcf1dc3f7ee266f104cc943bb6fadc0 (diff)
downloadefl-30bb8395c38bbbdd21708ddc5413c869aca6714b.tar.gz
build: add a option to disable eo file installation
Summary: this is done because .eo files are not stable, and in order to stop people depending on it, its better for now to disable the installation of them for now. ref T7676 Reviewers: stefan_schmidt, cedric, zmike, devilhorns Reviewed By: zmike Subscribers: #reviewers, #committers Tags: #efl Maniphest Tasks: T7676 Differential Revision: https://phab.enlightenment.org/D7897
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7c0c253942..8c136fe9e1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -366,3 +366,9 @@ option('eolian-bootstrap',
value : false,
description : 'Only build efl up to eolian_gen and install eina libeolian and eolian_gen, usefull for cross compiles'
)
+
+option('install-eo-files',
+ type: 'boolean',
+ value: false,
+ description : 'Set this to false to not install any eo file'
+)