34 lines
1.3 KiB
Diff
34 lines
1.3 KiB
Diff
From 7f749c41ba8d9918251c00eeb86d453cda5fbb7b Mon Sep 17 00:00:00 2001
|
|
From: Benjamin Lee <benjamin.lee@collabora.com>
|
|
Date: Tue, 25 Feb 2025 22:03:25 -0800
|
|
Subject: [PATCH] meson: update wayland-protocols source_hash
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
This was missed when updating to 1.41.
|
|
|
|
Signed-off-by: Benjamin Lee <benjamin.lee@collabora.com>
|
|
Fixes: 53b40a40f46 ("increase required wayland-protocols version to 1.41")
|
|
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
|
|
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33752>
|
|
---
|
|
subprojects/wayland-protocols.wrap | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/subprojects/wayland-protocols.wrap b/subprojects/wayland-protocols.wrap
|
|
index c82fece01e3..c6686b4ae4a 100644
|
|
--- a/subprojects/wayland-protocols.wrap
|
|
+++ b/subprojects/wayland-protocols.wrap
|
|
@@ -2,7 +2,7 @@
|
|
directory = wayland-protocols-1.41
|
|
source_url = https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.41/downloads/wayland-protocols-1.41.tar.xz
|
|
source_filename = wayland-protocols-1.41.tar.xz
|
|
-source_hash = ff17292c05159d2b20ce6cacfe42d7e31a28198fa1429a769b03af7c38581dbe
|
|
+source_hash = 2786b6b1b79965e313f2c289c12075b9ed700d41844810c51afda10ee329576b
|
|
|
|
[provide]
|
|
wayland-protocols = wayland_protocols
|
|
--
|
|
2.49.0
|
|
|