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
This commit is contained in:
Marcel Hollerbach 2018-10-25 23:45:18 +02:00 committed by Daniel Kolesa
parent 852dd60cdb
commit a50a7f35b0
1 changed files with 2 additions and 2 deletions

View 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'
)