summaryrefslogtreecommitdiffstats
path: root/platform
diff options
context:
space:
mode:
authorJoel Winarske <joel.winarske@gmail.com>2024-08-23 14:16:37 -0700
committerRémi Verschelde <rverschelde@gmail.com>2024-09-16 17:17:49 +0200
commitafc330e33f0a4279b2d634ff6a3976b55c8f9f97 (patch)
treeb4be3e7d699fb73687179a607dcc640d7bc126e1 /platform
parent219ddde30c8d6a27548d5e237e0951b9a5d8ff9f (diff)
downloadredot-engine-afc330e33f0a4279b2d634ff6a3976b55c8f9f97.tar.gz
Use wayland-egl-core.h instead of wayland-egl.h
-avoid use of transitive wayland include -resolves https://github.com/godotengine/godot/issues/95830 Signed-off-by: Joel Winarske <joel.winarske@gmail.com> (cherry picked from commit 6ce71f0fb0a091cffb6adb4af8ab3f716ad8930b)
Diffstat (limited to 'platform')
-rw-r--r--platform/linuxbsd/wayland/wayland_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linuxbsd/wayland/wayland_thread.h b/platform/linuxbsd/wayland/wayland_thread.h
index 775ca71346..76a14dbd6a 100644
--- a/platform/linuxbsd/wayland/wayland_thread.h
+++ b/platform/linuxbsd/wayland/wayland_thread.h
@@ -44,7 +44,7 @@
#include <wayland-client-core.h>
#include <wayland-cursor.h>
#ifdef GLES3_ENABLED
-#include <wayland-egl.h>
+#include <wayland-egl-core.h>
#endif
#include <xkbcommon/xkbcommon.h>
#endif // SOWRAP_ENABLED