Skip to content

Commit

Permalink
[build] CMake: Don't build for wayland by default
Browse files Browse the repository at this point in the history
This is to align with the behavior of raysan5#4369, see raysan5#4371 for rationale on
disabling Wayland by default.
  • Loading branch information
Peter0x44 committed Oct 24, 2024
1 parent 728ccc9 commit 94c591f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeOptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cmake_dependent_option(USE_AUDIO "Build raylib with audio module" ON CUSTOMIZE_B
enum_option(USE_EXTERNAL_GLFW "OFF;IF_POSSIBLE;ON" "Link raylib against system GLFW instead of embedded one")

# GLFW build options
option(GLFW_BUILD_WAYLAND "Build the bundled GLFW with Wayland support" ON)
option(GLFW_BUILD_WAYLAND "Build the bundled GLFW with Wayland support" OFF)
option(GLFW_BUILD_X11 "Build the bundled GLFW with X11 support" ON)

option(INCLUDE_EVERYTHING "Include everything disabled by default (for CI usage" OFF)
Expand Down

0 comments on commit 94c591f

Please sign in to comment.