From 6c1f371ed46179d10824c6e7cfa2f7b94a24981e Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 22 Jan 2026 16:43:24 +0100 Subject: [PATCH] mutter: update 48.5 -> 48.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 48.7 ==== * Still constrain fullscreen wayland windows with size limits [Jonas Å.; !4587] * Fixed crashes [Jonas, Marco; !4643, !4705] Contributors: Marco Trevisan, Jonas Ådahl 48.6 ==== * Fix DND actions not working reliably in some X11 clients [Jonas; #4288] * Fix presentation timings with commit-timing-v1 [Mario; !4645] * Fixed crashes [Sebastian, Milan; !4682, !4592] * Misc. bug fixes and cleanups [Carlos, Raihan; !4697, !4688] Contributors: Raihan Ahamed, Milan Crha, Carlos Garnacho, Sebastian Keller, Mario Kleiner, Jonas Ådahl Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../recipes-gnome/mutter/{mutter_48.5.bb => mutter_48.7.bb} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename meta-gnome/recipes-gnome/mutter/{mutter_48.5.bb => mutter_48.7.bb} (95%) diff --git a/meta-gnome/recipes-gnome/mutter/mutter_48.5.bb b/meta-gnome/recipes-gnome/mutter/mutter_48.7.bb similarity index 95% rename from meta-gnome/recipes-gnome/mutter/mutter_48.5.bb rename to meta-gnome/recipes-gnome/mutter/mutter_48.7.bb index ce7f44947e..0dbdb4b31a 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_48.5.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_48.7.bb @@ -27,9 +27,8 @@ DEPENDS = " \ inherit gnomebase gsettings gobject-introspection gettext features_check -SRC_URI[archive.sha256sum] = "02ed0ab4194fc537540f9ee92acbf5af8209971a404df319c1cb7763294ae58b" - SRC_URI += "file://0001-Dont-use-system-sysprof-dbus-folder.patch" +SRC_URI[archive.sha256sum] = "ec102aa3cbb0e39001206627aca3055314555f70609de5e6c2b7efcd1fa90f20" # x11 is still manadatory - see meson.build REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" @@ -43,7 +42,6 @@ REQUIRED_DISTRO_FEATURES += "systemd" PACKAGECONFIG ??= " \ native-backend \ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl glx', '', d)} \ - sm \ startup-notification \ gnome-desktop \ " @@ -61,7 +59,6 @@ PACKAGECONFIG[libwacom] = "-Dlibwacom=true, -Dlibwacom=false, libwacom" # Remove depending on pipewire-0.2 when mutter is upgraded to 3.36+ PACKAGECONFIG[remote-desktop] = "-Dremote_desktop=true, -Dremote_desktop=false, pipewire" PACKAGECONFIG[gnome-desktop] = "-Dlibgnome_desktop=true, -Dlibgnome_desktop=false, gnome-desktop gnome-settings-daemon" -PACKAGECONFIG[sm] = "-Dsm=true, -Dsm=false, libsm" PACKAGECONFIG[sound-player] = "-Dsound_player=true, -Dsound_player=false, libcanberra" PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof" PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification"