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:
Ali Chraghi 2021-12-24 11:36:51 +03:30 committed by GitHub
parent ad8e1a4292
commit 38cab2e423
Failed to generate hash of commit
4 changed files with 21 additions and 8 deletions

View file

@ -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"