Răsfoiți Sursa

Merge pull request #96010 from jwinarske/jw/wayland_fix

Wayland: Use `wayland-egl-core.h` instead of `wayland-egl.h`
Rémi Verschelde 1 an în urmă
părinte
comite
3495e82644
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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