https://gitlab.gnome.org/GNOME/gimp/-/issues/16120 https://gitlab.gnome.org/GNOME/gimp/-/commit/456de6761e194d3513b961abca66f020c10fedf0 From 456de6761e194d3513b961abca66f020c10fedf0 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Sat, 28 Mar 2026 09:00:42 -0300 Subject: [PATCH] meson: Fix typo on have_lua_lgi check Closes #16120 --- a/meson.build +++ b/meson.build @@ -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' ''', -- GitLab