summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLauro Moura <lauromoura@expertisesolutions.com.br>2019-01-17 21:43:57 +0900
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2019-01-17 21:45:49 +0900
commit586bc5207e63bd8f622f466749781e397fc5e921 (patch)
tree41cea82422433821ecd6a2ab55f15fbf20c7aec8 /meson_options.txt
parentadc2e674af528c01ca5bb11d56edc475bce5cc4d (diff)
downloadefl-586bc5207e63bd8f622f466749781e397fc5e921.tar.gz
efl-mono: Enable selecting to build @beta items
Summary: For autotools, use --enable-csharp-beta to enable the generation of beta methods and properties, for meson use -Dmono-beta=true. By default, no beta method or property is generated. Reviewers: woohyun, segfaultxavi, bu5hm4n, lauromoura Reviewed By: woohyun Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D7637
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 a8aabda212..651fbcc01e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -317,6 +317,12 @@ option('bindings',
description : 'Add values here to enable the bindings',
)
+option('mono-beta',
+ type: 'boolean',
+ value: false,
+ description: 'Flag for enabling @beta Eo methods in the api'
+)
+
option('native-arch-optimization',
type: 'boolean',
value: true,