瀏覽代碼

Do not check GUI libs for DRM

Signed-off-by: Slendi <slendi@socopon.com>
pull/4792/head
Slendi 1 月之前
父節點
當前提交
c97eda7480
無法提取簽署
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt 查看文件

@ -37,7 +37,7 @@ include(CompilerFlags)
# Registers build options that are exposed to cmake
include(CMakeOptions.txt)
if (UNIX AND NOT APPLE)
if (UNIX AND NOT APPLE AND NOT "${PLATFORM}" MATCHES "DRM")
if (NOT GLFW_BUILD_WAYLAND AND NOT GLFW_BUILD_X11)
MESSAGE(FATAL_ERROR "Cannot disable both Wayland and X11")
endif()

Loading…
取消
儲存