summaryrefslogtreecommitdiff
path: root/app-emulation/wine-vanilla/files/wine-vanilla-9.4-wayland-egl.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-09 12:44:17 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-09 12:44:17 +0000
commit20d4435a7d9459953db77f3256f699f420d3e484 (patch)
treeb948635f8c8917e2c046e2dac66b3b25c2606317 /app-emulation/wine-vanilla/files/wine-vanilla-9.4-wayland-egl.patch
parent4464bf26d93bdcc80e0b1330fe9c9caef26b34fc (diff)
gentoo auto-resync : 09:03:2024 - 12:44:17
Diffstat (limited to 'app-emulation/wine-vanilla/files/wine-vanilla-9.4-wayland-egl.patch')
-rw-r--r--app-emulation/wine-vanilla/files/wine-vanilla-9.4-wayland-egl.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-emulation/wine-vanilla/files/wine-vanilla-9.4-wayland-egl.patch b/app-emulation/wine-vanilla/files/wine-vanilla-9.4-wayland-egl.patch
new file mode 100644
index 000000000000..0c6f8084f480
--- /dev/null
+++ b/app-emulation/wine-vanilla/files/wine-vanilla-9.4-wayland-egl.patch
@@ -0,0 +1,16 @@
+Unsure how this check is supposed to work, HAVE_LIBWAYLAND_EGL is never set
+as a variable but rather output as a "#define" line. Assume been last minute
+upstream oversight.
+
+We check the requirements from the ebuild itself, so let's just drop the check
+as a quick fix for now. Assume that it will be fixed in wine-9.5.
+--- a/configure.ac
++++ b/configure.ac
+@@ -1392,7 +1392,2 @@
+ [WAYLAND_EGL_LIBS=""],[$WAYLAND_EGL_LIBS])])])
+- if test "x$with_wayland" != "x"
+- then
+- WINE_NOTICE_WITH(opengl, [test -z "$ac_cv_lib_soname_EGL" -o -z "$HAVE_LIBWAYLAND_EGL"],
+- [EGL ${notice_platform}development files not found, the Wayland driver won't support OpenGL])
+- fi
+ fi