add wayland cross-compilation support (#140)
* add wayland-headers include path * add wayland protocols header to wayland target includes * move `xkb_unicode.c` to `sources_linux.c` * glfw: document where wayland generated sources come from * glfw: update sdk-linux-x86_64 to include Wayland protocol sources See https://github.com/hexops/sdk-linux-x86_64/pull/2 Co-authored-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
ad8e1a4292
commit
38cab2e423
4 changed files with 21 additions and 8 deletions
|
|
@ -3,4 +3,5 @@
|
|||
// General Linux-like sources
|
||||
#include "posix_time.c"
|
||||
#include "posix_thread.c"
|
||||
#include "linux_joystick.c"
|
||||
#include "linux_joystick.c"
|
||||
#include "xkb_unicode.c"
|
||||
Loading…
Add table
Add a link
Reference in a new issue