Module: Mesa Branch: main Commit: fc106d86a51aa8404761c53585ab730907b88a50 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc106d86a51aa8404761c53585ab730907b88a50
Author: James Park <[email protected]> Date: Wed Nov 10 23:27:49 2021 -0800 meson: Update libelf wrap for Windows Newer libelf update supports 32-bit Windows. Reviewed-by: Bas Nieuwenhuizen <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13749> --- subprojects/libelf.wrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/libelf.wrap b/subprojects/libelf.wrap index ea69baba9be..5846f2dfc10 100644 --- a/subprojects/libelf.wrap +++ b/subprojects/libelf.wrap @@ -1,6 +1,6 @@ [wrap-git] -directory = libelf-lfg-win32-1.0.0-freebsd-12.1.0 +directory = libelf-lfg-win32-1.1.0-freebsd-12.1.0 url = https://github.com/LagFreeGames/libelf-lfg-win32.git -revision = 1.0.0 +revision = 1.1.0 depth = 1
