[gegl/wip/pippin/meson] build: check for luajit instead of lua



commit 45afdb2195613689a16655a12504a968aac75c53
Author: Øyvind Kolås <pippin gimp org>
Date:   Sat Aug 3 23:02:44 2019 +0200

    build: check for luajit instead of lua

 meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 211843882..cd5035ca1 100644
--- a/meson.build
+++ b/meson.build
@@ -232,7 +232,7 @@ libv4l1   = dependency('libv4l1',     version: '>=1.0.1',
 libv4l2   = dependency('libv4l2',     version: '>=1.0.1',
   required: get_option('libv4l2')
 )
-lua       = dependency('lua',         version: '>=5.1.0',
+lua       = dependency('luajit',      version: '>=2.0.4',
   required: get_option('lua')
 )
 mrg       = dependency('mrg',         version: '>=0.0.0',
@@ -383,7 +383,7 @@ message('\n'.join(['',
 '  enscript:        @0@'.format(enscript.found()),
 '  mrg:             @0@'.format(mrg.found()),
 '  Ruby:            @0@'.format(ruby.found()),
-'  Lua:             @0@'.format(lua.found()),
+'  Luajit:          @0@'.format(lua.found()),
 '  Cairo:           @0@'.format(cairo.found()),
 '  Pango:           @0@'.format(pango.found()),
 '  pangocairo:      @0@'.format(pangocairo.found()),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]