Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/
Date: Mon, 28 Mar 2022 14:22:44
Message-Id: 1648477319.11152438599da6e005acf290f658d5b7b46e234c.ionen@gentoo
1 commit: 11152438599da6e005acf290f658d5b7b46e234c
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 14:19:03 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 14:21:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11152438
7
8 x11-wm/mutter: tentative fix for the nvidia corruption issue
9
10 Still need a real confirmation, but from quick testing it
11 seems to fix it.
12
13 Acked-by: Matt Turner <mattst88 <AT> gentoo.org>
14 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
15
16 x11-wm/mutter/{mutter-42.0.ebuild => mutter-42.0-r1.ebuild} | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/x11-wm/mutter/mutter-42.0.ebuild b/x11-wm/mutter/mutter-42.0-r1.ebuild
20 similarity index 99%
21 rename from x11-wm/mutter/mutter-42.0.ebuild
22 rename to x11-wm/mutter/mutter-42.0-r1.ebuild
23 index 3c8742787bec..64c4d9748678 100644
24 --- a/x11-wm/mutter/mutter-42.0.ebuild
25 +++ b/x11-wm/mutter/mutter-42.0-r1.ebuild
26 @@ -119,7 +119,7 @@ src_configure() {
27 # TODO: Replicate debug vs release meson build type behaviour under our buildtype=plain
28 local emesonargs=(
29 -Dopengl=true
30 - -Dopengl_libname='libOpenGL.so.0'
31 + #opengl_libname
32 #gles2_libname
33 $(meson_use wayland gles2)
34 -Degl=true