Explorar o código

Merge pull request #96010 from jwinarske/jw/wayland_fix

Wayland: Use `wayland-egl-core.h` instead of `wayland-egl.h`
Rémi Verschelde hai 1 ano
pai
achega
3495e82644
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      platform/linuxbsd/wayland/wayland_thread.h

+ 1 - 1
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