diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-20 16:13:45 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-24 18:20:01 -0800 |
commit | 7ae71674a8c4970f593ac034c7972dcc6780d1ef (patch) | |
tree | 1a6f3d4823f2b06d9e43b13007928a0da2d513b9 | |
parent | 8f5978b89ff70ba9e23a745b803265af79caef64 (diff) | |
download | meta-openembedded-7ae71674a8c4970f593ac034c7972dcc6780d1ef.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/mutter/mutter_47.4.bb (renamed from meta-gnome/recipes-gnome/mutter/mutter_47.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_47.3.bb b/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 = " \ | |||
24 | 24 | ||
25 | inherit gnomebase gsettings gobject-introspection gettext features_check | 25 | inherit gnomebase gsettings gobject-introspection gettext features_check |
26 | 26 | ||
27 | SRC_URI[archive.sha256sum] = "76421af6f90509cfdf1ab851d5ee58271e27e94aa8f7db521d5aa06daea6c560" | 27 | SRC_URI[archive.sha256sum] = "f531fc00e6ec6dbb570b3bf942b6490f7a93df91c4c267a918b4d2afe9211bda" |
28 | 28 | ||
29 | # x11 is still manadatory - see meson.build | 29 | # x11 is still manadatory - see meson.build |
30 | REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" | 30 | REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" |