From 9c1fdef286fcd6c4b9d4b2d178fedae19331d9a7 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub Date: Wed, 29 Apr 2026 16:10:06 -0600 Subject: [PATCH] Default Lua pkg-config target to lua-5.4 --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 85fd73ee..60557c03 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -44,7 +44,7 @@ option('with-exec', type: 'boolean', option('with-fishlim', type: 'boolean', description: 'Fish encryption plugin, requires openssl' ) -option('with-lua', type: 'string', value: 'luajit', +option('with-lua', type: 'string', value: 'lua-5.4', description: 'Lua scripting plugin, value is pkg-config name to use or "false"' ) option('with-perl', type: 'string', value: 'perl',