build: enable luajit per default like in autotools
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Fri, 21 Dec 2018 15:24:02 +0000 (16:24 +0100)
committerSangHyeon Jade Lee <sh10233.lee@samsung.com>
Thu, 27 Dec 2018 03:35:20 +0000 (12:35 +0900)
meson_options.txt

index 30eed93..a5db83d 100644 (file)
@@ -312,7 +312,7 @@ option('nls',
 
 option('luajit',
   type: 'boolean',
-  value: false,
+  value: true,
   description: 'Flag for handling lua bindings'
 )