Skip to content

Commit

Permalink
[build] CMake: Don't build for wayland by default (#4432)
Browse files Browse the repository at this point in the history
This is to align with the behavior of #4369, see #4371 for rationale on
disabling Wayland by default.
  • Loading branch information
Peter0x44 authored Oct 25, 2024
1 parent f03f093 commit 204872d
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 204872d

Please sign in to comment.