Right now, we're using pre-baked glfw_config.h in
glfw/include/os/unix-like/glfw_config.h
We don't have a way to turn on or off the Wayland and Mir CPP macros though since we don't build via CMake. We should probably add a way (via cc-options?) to turn on the different managers in the config if the proper cabal flag is requested.
Right now, we're using pre-baked
glfw_config.hinglfw/include/os/unix-like/glfw_config.hWe don't have a way to turn on or off the Wayland and Mir CPP macros though since we don't build via CMake. We should probably add a way (via cc-options?) to turn on the different managers in the config if the proper cabal flag is requested.