Slendi
hace 3 meses
cometido por
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: B5690EEEBB952194
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
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() |
|
|
|