浏览代码

Do not check GUI libs for DRM (#4792)

Signed-off-by: Slendi <slendi@socopon.com>
pull/4793/head
Slendi 2 个月前
committed by GitHub
父节点
当前提交
8edbd07b5e
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 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 # Registers build options that are exposed to cmake
include(CMakeOptions.txt) 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) if (NOT GLFW_BUILD_WAYLAND AND NOT GLFW_BUILD_X11)
MESSAGE(FATAL_ERROR "Cannot disable both Wayland and X11") MESSAGE(FATAL_ERROR "Cannot disable both Wayland and X11")
endif() endif()

正在加载...
取消
保存