gnome.mutter: 45.0 → 45.1

https://gitlab.gnome.org/GNOME/mutter/-/compare/45.0...45.1

xwayland: Enable XDG portal only when not nested
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3303

If I read it right, xwayland "added XTEST support using EIS" in [this MR][1],
it seems to cause gamescope [broken][2], later portal support was made opt-in as
a [commandline option][3], the above MR make use of that. But we don't build xwayland
with libei now 🤷

[1]: https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/975
[2]: https://gitlab.gnome.org/GNOME/mutter/-/issues/3047
[3]: https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1170

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong 2023-11-03 13:28:45 +00:00 committed by Jan Tojnar
parent 464762c584
commit ee2f32a4c8

View File

@ -67,13 +67,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mutter";
version = "45.0";
version = "45.1";
outputs = [ "out" "dev" "man" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/mutter/${lib.versions.major finalAttrs.version}/mutter-${finalAttrs.version}.tar.xz";
sha256 = "j7yWMBntqbpS/KL2xMR377xuNutPqT8jF08C/2uQdxU=";
sha256 = "LNPF77Itt2x5MRyxiJoaqy/rNbSk3QPzgiqreZnaISw=";
};
mesonFlags = [