summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/wayland/wayland_thread.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-05-28 15:49:16 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-05-28 15:49:16 +0200
commit981ac9bfeb1ad887294c84430246e451f1a79aac (patch)
treebb0dc4deaf80a16d76b90bbb14738c3491cd62b2 /platform/linuxbsd/wayland/wayland_thread.h
parentf87be863cacff5d1cc448c061d1d8d0b67172eea (diff)
parentf06dd46eb77b99599d3e4a0b796b46be9e42fbe0 (diff)
downloadredot-engine-981ac9bfeb1ad887294c84430246e451f1a79aac.tar.gz
Merge pull request #92324 from jwinarske/jw/wayland_sowrap
Linux: Enable build config `wayland=yes use_sowrap=no`
Diffstat (limited to 'platform/linuxbsd/wayland/wayland_thread.h')
-rw-r--r--platform/linuxbsd/wayland/wayland_thread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/linuxbsd/wayland/wayland_thread.h b/platform/linuxbsd/wayland/wayland_thread.h
index d35a5b7139..0756b6b0ea 100644
--- a/platform/linuxbsd/wayland/wayland_thread.h
+++ b/platform/linuxbsd/wayland/wayland_thread.h
@@ -43,6 +43,9 @@
#else
#include <wayland-client-core.h>
#include <wayland-cursor.h>
+#ifdef GLES3_ENABLED
+#include <wayland-egl.h>
+#endif
#include <xkbcommon/xkbcommon.h>
#endif // SOWRAP_ENABLED