Module: Mesa
Branch: staging/23.3
Commit: fd321f72a08778d6b8a10ea08ecdd77aac2efcba
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd321f72a08778d6b8a10ea08ecdd77aac2efcba

Author: Mark Collins <[email protected]>
Date:   Tue Nov 14 07:43:10 2023 +0000

meson: Update lua wrap to 5.4.6-4

This version of the lua wrap fixes installation of the library which
was previously causing liblua SOs to be missing when Mesa was installed
using `meson install`.

Signed-off-by: Mark Collins <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26185>
(cherry picked from commit fa0476fa6e98b3ccdbcbe5d562ab8dbb7cba0c84)

---

 .pick_status.json    |  2 +-
 subprojects/lua.wrap | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.pick_status.json b/.pick_status.json
index 965a9fed784..d2e2d718fad 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -12184,7 +12184,7 @@
         "description": "meson: Update lua wrap to 5.4.6-4",
         "nominated": false,
         "nomination_type": 3,
-        "resolution": 4,
+        "resolution": 1,
         "main_sha": null,
         "because_sha": null,
         "notes": null
diff --git a/subprojects/lua.wrap b/subprojects/lua.wrap
index 7e9f90c10c8..a1ffdaf3463 100644
--- a/subprojects/lua.wrap
+++ b/subprojects/lua.wrap
@@ -3,11 +3,11 @@ directory = lua-5.4.6
 source_url = https://www.lua.org/ftp/lua-5.4.6.tar.gz
 source_filename = lua-5.4.6.tar.gz
 source_hash = 7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88
-patch_filename = lua_5.4.6-2_patch.zip
-patch_url = https://wrapdb.mesonbuild.com/v2/lua_5.4.6-2/get_patch
-patch_hash = a218f93461b1d9ba9367506f3198815f84ee25e2e4b50894679004aee9cb46f2
-source_fallback_url = 
https://github.com/mesonbuild/wrapdb/releases/download/lua_5.4.6-2/lua-5.4.6.tar.gz
-wrapdb_version = 5.4.6-2
+patch_filename = lua_5.4.6-4_patch.zip
+patch_url = https://wrapdb.mesonbuild.com/v2/lua_5.4.6-4/get_patch
+patch_hash = b5a8c9b3673fbe58afaf842041bc9551f1f742c363fd3be8d47db2e6a483b54c
+source_fallback_url = 
https://github.com/mesonbuild/wrapdb/releases/download/lua_5.4.6-4/lua-5.4.6.tar.gz
+wrapdb_version = 5.4.6-4
 
 [provide]
 lua-5.4 = lua_dep

Reply via email to