summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-02-13 13:42:55 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2019-02-14 13:00:56 +0100
commitac6061057355c21cb8d48bd6517344923dde7681 (patch)
treebdbd034faade1c9c06b1b47d775a1abe888806f0 /meson_options.txt
parenta49c783c32e095a5280f2c5bd334e7ff92759620 (diff)
downloadefl-ac6061057355c21cb8d48bd6517344923dde7681.tar.gz
build: add a option to bootstrap eolian
this is here in order to make cross compiling easier, and we can just provide the *all the time changing* eolian_gen binary. Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org> Differential Revision: https://phab.enlightenment.org/D7929
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 651fbcc01e..c1677606ee 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -353,3 +353,9 @@ option('elementary-base-dir',
value : '.elementary',
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'
+)