* 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>
7 lines
No EOL
158 B
C
7 lines
No EOL
158 B
C
#include "sources_all.c"
|
|
|
|
// General Linux-like sources
|
|
#include "posix_time.c"
|
|
#include "posix_thread.c"
|
|
#include "linux_joystick.c"
|
|
#include "xkb_unicode.c" |