summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2018-10-25 23:45:18 +0200
committerDaniel Kolesa <d.kolesa@samsung.com>2018-10-25 23:50:06 +0200
commita50a7f35b0eb8fea1fd933e24d4eb1c5aa364211 (patch)
treecb4379b971a1fe670d6e60f192abf91f6c37feb1 /meson_options.txt
parent852dd60cdb8c86567cdd2092566fd724a84b8af5 (diff)
downloadefl-a50a7f35b0eb8fea1fd933e24d4eb1c5aa364211.tar.gz
meson: disable luajit & mono by default
Summary: they are disabled in autotools per default Depends on D7213 Reviewers: q66, netstar, jeyzu Reviewed By: q66 Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D7214
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 0c70277826..ad42f31294 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -312,7 +312,7 @@ option('nls',
option('luajit',
type: 'boolean',
- value: true,
+ value: false,
description: 'Flag for handling lua bindings'
)
@@ -324,6 +324,6 @@ option('cxx',
option('mono',
type: 'boolean',
- value: true,
+ value: false,
description: 'Flag for handling c# bindings'
)