meson: disable luajit & mono by default
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Thu, 25 Oct 2018 21:45:18 +0000 (23:45 +0200)
committerYeongjong Lee <yj34.lee@samsung.com>
Thu, 8 Nov 2018 06:40:47 +0000 (15:40 +0900)
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

meson_options.txt

index 0c70277..ad42f31 100644 (file)
@@ -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'
 )