summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2026-01-22 16:43:24 +0100
committerKhem Raj <raj.khem@gmail.com>2026-01-22 22:01:05 -0800
commit6c1f371ed46179d10824c6e7cfa2f7b94a24981e (patch)
tree920d7d77125a1ae12e697b02046911408158d00f /meta-gnome
parentc3754d7d90ef36bdd86003728b22f482d733b85e (diff)
downloadmeta-openembedded-6c1f371ed46179d10824c6e7cfa2f7b94a24981e.tar.gz
mutter: update 48.5 -> 48.7
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/mutter/mutter_48.7.bb (renamed from meta-gnome/recipes-gnome/mutter/mutter_48.5.bb)5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_48.5.bb b/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 = " \
27 27
28inherit gnomebase gsettings gobject-introspection gettext features_check 28inherit gnomebase gsettings gobject-introspection gettext features_check
29 29
30SRC_URI[archive.sha256sum] = "02ed0ab4194fc537540f9ee92acbf5af8209971a404df319c1cb7763294ae58b"
31
32SRC_URI += "file://0001-Dont-use-system-sysprof-dbus-folder.patch" 30SRC_URI += "file://0001-Dont-use-system-sysprof-dbus-folder.patch"
31SRC_URI[archive.sha256sum] = "ec102aa3cbb0e39001206627aca3055314555f70609de5e6c2b7efcd1fa90f20"
33 32
34# x11 is still manadatory - see meson.build 33# x11 is still manadatory - see meson.build
35REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" 34REQUIRED_DISTRO_FEATURES = "wayland x11 polkit"
@@ -43,7 +42,6 @@ REQUIRED_DISTRO_FEATURES += "systemd"
43PACKAGECONFIG ??= " \ 42PACKAGECONFIG ??= " \
44 native-backend \ 43 native-backend \
45 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl glx', '', d)} \ 44 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl glx', '', d)} \
46 sm \
47 startup-notification \ 45 startup-notification \
48 gnome-desktop \ 46 gnome-desktop \
49" 47"
@@ -61,7 +59,6 @@ PACKAGECONFIG[libwacom] = "-Dlibwacom=true, -Dlibwacom=false, libwacom"
61# Remove depending on pipewire-0.2 when mutter is upgraded to 3.36+ 59# Remove depending on pipewire-0.2 when mutter is upgraded to 3.36+
62PACKAGECONFIG[remote-desktop] = "-Dremote_desktop=true, -Dremote_desktop=false, pipewire" 60PACKAGECONFIG[remote-desktop] = "-Dremote_desktop=true, -Dremote_desktop=false, pipewire"
63PACKAGECONFIG[gnome-desktop] = "-Dlibgnome_desktop=true, -Dlibgnome_desktop=false, gnome-desktop gnome-settings-daemon" 61PACKAGECONFIG[gnome-desktop] = "-Dlibgnome_desktop=true, -Dlibgnome_desktop=false, gnome-desktop gnome-settings-daemon"
64PACKAGECONFIG[sm] = "-Dsm=true, -Dsm=false, libsm"
65PACKAGECONFIG[sound-player] = "-Dsound_player=true, -Dsound_player=false, libcanberra" 62PACKAGECONFIG[sound-player] = "-Dsound_player=true, -Dsound_player=false, libcanberra"
66PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof" 63PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof"
67PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification" 64PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification"