diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-03-28 10:19:03 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-03-28 10:21:59 -0400 |
commit | 11152438599da6e005acf290f658d5b7b46e234c (patch) | |
tree | 635b3418e6cd26a76e3c95759c3d0a3b112ce5f2 /x11-wm | |
parent | mail-client/s-nail: Version bump for 14.9.24 (diff) | |
download | gentoo-11152438599da6e005acf290f658d5b7b46e234c.tar.gz gentoo-11152438599da6e005acf290f658d5b7b46e234c.tar.bz2 gentoo-11152438599da6e005acf290f658d5b7b46e234c.zip |
x11-wm/mutter: tentative fix for the nvidia corruption issue
Still need a real confirmation, but from quick testing it
seems to fix it.
Acked-by: Matt Turner <mattst88@gentoo.org>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mutter/mutter-42.0-r1.ebuild (renamed from x11-wm/mutter/mutter-42.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/mutter/mutter-42.0.ebuild b/x11-wm/mutter/mutter-42.0-r1.ebuild index 3c8742787bec..64c4d9748678 100644 --- a/x11-wm/mutter/mutter-42.0.ebuild +++ b/x11-wm/mutter/mutter-42.0-r1.ebuild @@ -119,7 +119,7 @@ src_configure() { # TODO: Replicate debug vs release meson build type behaviour under our buildtype=plain local emesonargs=( -Dopengl=true - -Dopengl_libname='libOpenGL.so.0' + #opengl_libname #gles2_libname $(meson_use wayland gles2) -Degl=true |