mach/glfw/src/sources_linux_x11.c
Ali Chraghi 38cab2e423
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>
2021-12-24 01:06:51 -07:00

5 lines
126 B
C

// General Linux-like sources
#include "x11_init.c"
#include "x11_window.c"
#include "x11_monitor.c"
#include "glx_context.c"