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
commit 3495e82644
No known key found for this signature in database
GPG key ID: C3336907360768E1

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