diff options
author | Hermet Park <hermetpark@gmail.com> | 2019-03-27 13:46:09 +0900 |
---|---|---|
committer | Hermet Park <hermetpark@gmail.com> | 2019-03-27 13:46:09 +0900 |
commit | 39003ec344d138e3f4dd1184d20ef9c7aec18bc9 (patch) | |
tree | a1dd99c8e7444c412123d0d501c4fb5c460352ea /meson_options.txt | |
parent | 104c597ce047e94da6eaeb538a52698faf9d90a5 (diff) | |
parent | 9367dcc755ec82acf75b3b2cf7b7c99383c60e8e (diff) | |
download | efl-39003ec344d138e3f4dd1184d20ef9c7aec18bc9.tar.gz |
Merge branch 'master' into devs/hermet/lottie
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 7d099b9557..d8bf4b1955 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' +) |