From 7ae71674a8c4970f593ac034c7972dcc6780d1ef Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 20 Jan 2025 16:13:45 +0800 Subject: [PATCH] mutter: upgrade 47.3 -> 47.4 Changelog: ========== * Use BT709 coefficients and limited range for YUV conversion by defaults * Also request high priority secondary EGL context * Fix Xwayland DND coordinates when using fractional scaling * Fix applying initial _NET_WM_WINDOW_OPACITY on Xwaylan * Implement wp_viewport support for cursor surfaces * Improve input ->output latency of cursor movements * Improve frame rate on monitors attached to secondary GPUs in copy mode * Send preferred scales to all surface roles * Misc. bug fixes and cleanups Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-gnome/mutter/{mutter_47.3.bb => mutter_47.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/mutter/{mutter_47.3.bb => mutter_47.4.bb} (97%) diff --git a/meta-gnome/recipes-gnome/mutter/mutter_47.3.bb b/meta-gnome/recipes-gnome/mutter/mutter_47.4.bb similarity index 97% rename from meta-gnome/recipes-gnome/mutter/mutter_47.3.bb rename to meta-gnome/recipes-gnome/mutter/mutter_47.4.bb index 75129342ab..30301dac29 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_47.3.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_47.4.bb @@ -24,7 +24,7 @@ DEPENDS = " \ inherit gnomebase gsettings gobject-introspection gettext features_check -SRC_URI[archive.sha256sum] = "76421af6f90509cfdf1ab851d5ee58271e27e94aa8f7db521d5aa06daea6c560" +SRC_URI[archive.sha256sum] = "f531fc00e6ec6dbb570b3bf942b6490f7a93df91c4c267a918b4d2afe9211bda" # x11 is still manadatory - see meson.build REQUIRED_DISTRO_FEATURES = "wayland x11 polkit"