meson: Fix typo on have_lua_lgi check

Closes #16120
This commit is contained in:
Bruno Lopes 2026-03-28 09:00:42 -03:00
parent 476407cd1b
commit 456de6761e

View file

@ -1304,7 +1304,7 @@ if have_lua
endif
if is_supported_lua
have_lua_lgi = run_command(luat, '-e',
have_lua_lgi = run_command(lua, '-e',
'''
local lgi = require 'lgi'
''',