diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2024-08-23 14:16:37 -0700 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-16 17:17:49 +0200 |
commit | afc330e33f0a4279b2d634ff6a3976b55c8f9f97 (patch) | |
tree | b4be3e7d699fb73687179a607dcc640d7bc126e1 /platform | |
parent | 219ddde30c8d6a27548d5e237e0951b9a5d8ff9f (diff) | |
download | redot-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.h | 2 |
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 |