소스 검색

[build] CMake: Don't build for wayland by default (#4432)

This is to align with the behavior of #4369, see #4371 for rationale on
disabling Wayland by default.
pull/4435/head
Peter0x44 3 주 전
committed by GitHub
부모
커밋
204872de09
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      CMakeOptions.txt

+ 1
- 1
CMakeOptions.txt 파일 보기

@ -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)

불러오는 중...
취소
저장