summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-02-10 17:00:48 +0800
committerKhem Raj <raj.khem@gmail.com>2025-02-12 09:16:00 -0800
commitccfc9d5a099cf05f43d90328c4938c17f054bf9f (patch)
tree66ba3e20f6e7f541c8904c73156ec2eb04e09ceb
parent7b7083c812dccad68fc37e98a417f55fb77450f1 (diff)
downloadmeta-openembedded-ccfc9d5a099cf05f43d90328c4938c17f054bf9f.tar.gz
mutter: upgrade 47.4 -> 47.5
Changelog: ========== * Synchronize device enabled state when adding device * Do not use modifiers if surface should be sharable * Fix notifying shell about modifier-only keyboard layout switches * Fixed crashes * 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.5.bb (renamed from meta-gnome/recipes-gnome/mutter/mutter_47.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_47.4.bb b/meta-gnome/recipes-gnome/mutter/mutter_47.5.bb
index 30301dac29..6a351ea279 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_47.4.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_47.5.bb
@@ -24,7 +24,7 @@ DEPENDS = " \
24 24
25inherit gnomebase gsettings gobject-introspection gettext features_check 25inherit gnomebase gsettings gobject-introspection gettext features_check
26 26
27SRC_URI[archive.sha256sum] = "f531fc00e6ec6dbb570b3bf942b6490f7a93df91c4c267a918b4d2afe9211bda" 27SRC_URI[archive.sha256sum] = "6551a33ce887e68415b13952af6d6b430e95306f9297adc8c111953e995c515b"
28 28
29# x11 is still manadatory - see meson.build 29# x11 is still manadatory - see meson.build
30REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" 30REQUIRED_DISTRO_FEATURES = "wayland x11 polkit"