Enable build config wayland=yes use_sowrap=no
-wayland-egl.h was missing if opengl3=yes (default) Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
This commit is contained in:
parent
b7feebefab
commit
f06dd46eb7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user