mirror of
https://github.com/glfw/glfw.git
synced 2025-11-12 01:09:18 +00:00
This changes the default platform for Unix-like systems (other than macOS) from only X11 to Wayland and X11. It also removes the backward compatibility with the older GLFW_USE_WAYLAND CMake option. If a bisect took you here because your build broke, hello, sorry, set the GLFW_BUILD_WAYLAND or GLFW_BUILD_X11 CMake option to disable the associated platform. This can be done when configuring GLFW with CMake, from a higher-level CMakeLists.txt if GLFW is part of your project, or at any point after configuration by updating the CMake cache with the command-line tool or the GUI. The next step is to make Wayland the run-time default when enabled, but that will hopefully not break any builds. Related to #2439 |
||
|---|---|---|
| .. | ||
| build.dox | ||
| CMakeLists.txt | ||
| compat.dox | ||
| compile.dox | ||
| context.dox | ||
| CONTRIBUTING.md | ||
| Doxyfile.in | ||
| DoxygenLayout.xml | ||
| extra.css | ||
| extra.css.map | ||
| extra.scss | ||
| footer.html | ||
| header.html | ||
| input.dox | ||
| internal.dox | ||
| intro.dox | ||
| main.dox | ||
| monitor.dox | ||
| moving.dox | ||
| news.dox | ||
| quick.dox | ||
| spaces.svg | ||
| SUPPORT.md | ||
| vulkan.dox | ||
| window.dox | ||