summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-06-04 21:11:20 +0200
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-06-20 17:29:35 +0200
commitb9756eef9b821764e31ecfd32a482ceba6fcfd5b (patch)
tree2ce155a425f77e68926e11e282100f2363726623 /meson_options.txt
parentb0c29edd7853abd893559d84a29b89a7bd201e50 (diff)
downloadefl-b9756eef9b821764e31ecfd32a482ceba6fcfd5b.tar.gz
build: remove no longer needed eolian-bootstrap target
This basically reverts ac606105. It was added to help the windows cross builds on our CI. It served a purpose but with the requirements on native eet, edje_cc and up to elm_prefs_cc we end up with a full native build of EFL in most cases anyway. A full meson build of EFL with examples, bindings and tests disabled is actually quite fast and makes sure we have the latest needed on the CI for the cross build. I switched over to this a week ago, so we can get rid of this extra target to maintain. Differential Revision: https://phab.enlightenment.org/D9086 Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 0b6b0bb917..79081a71bc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -367,12 +367,6 @@ option('elementary-base-dir',
description : 'Put the name of a base directory for elementary data'
)
-option('eolian-bootstrap',
- type : 'boolean',
- 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,