summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
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'
+)