1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Merge pull request #96010 from jwinarske/jw/wayland_fix

Wayland: Use `wayland-egl-core.h` instead of `wayland-egl.h`
This commit is contained in:
Rémi Verschelde
2024-08-25 20:18:39 +02:00

View File

@@ -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