aboutsummaryrefslogtreecommitdiff
path: root/dns/powerdns-recursor/files/patch-meson_lua_meson.build
blob: a0d6f5a7f6e1eee2f6bf48ca5b5030ba3b30aff8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- meson/lua/meson.build.orig	2025-07-21 09:54:44 UTC
+++ meson/lua/meson.build
@@ -12,6 +12,9 @@ if not dep_lua.found() and (opt_lua == 'auto' or opt_l
 
 if not dep_lua.found() and (opt_lua == 'auto' or opt_lua == 'lua')
   variants = [
+    'lua5.4',
+    'lua-5.4',
+    'lua54',
     'lua5.3',
     'lua-5.3',
     'lua53',