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
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue