Ver código fonte

Do not check GUI libs for DRM (#4792)

Signed-off-by: Slendi <slendi@socopon.com>
pull/4793/head
Slendi 2 meses atrás
committed by GitHub
pai
commit
8edbd07b5e
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: B5690EEEBB952194
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Ver arquivo

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

Carregando…
Cancelar
Salvar