diff mbox series

[meta-gnome,01/11] mutter: update 48.5 -> 48.7

Message ID 20260122154334.1872038-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-gnome,01/11] mutter: update 48.5 -> 48.7 | expand

Commit Message

Markus Volk Jan. 22, 2026, 3:43 p.m. UTC
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 <f_l_k@t-online.de>
---
 .../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 mbox series

Patch

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"