You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
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>
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
#include <wayland-client-core.h>
|
#include <wayland-client-core.h>
|
||||||
#include <wayland-cursor.h>
|
#include <wayland-cursor.h>
|
||||||
#ifdef GLES3_ENABLED
|
#ifdef GLES3_ENABLED
|
||||||
#include <wayland-egl.h>
|
#include <wayland-egl-core.h>
|
||||||
#endif
|
#endif
|
||||||
#include <xkbcommon/xkbcommon.h>
|
#include <xkbcommon/xkbcommon.h>
|
||||||
#endif // SOWRAP_ENABLED
|
#endif // SOWRAP_ENABLED
|
||||||
|
|||||||
Reference in New Issue
Block a user