[KMSDRM] Enable full OpenGL detection (MESA/libglvnd) on both the make and cmake buildsystems.

This commit is contained in:
vanfanel
2021-03-15 12:53:16 +01:00
committed by Sam Lantinga
parent b98b5adcae
commit e213f37a45
3 changed files with 39 additions and 0 deletions

View File

@@ -1197,6 +1197,7 @@ elseif(UNIX AND NOT APPLE AND NOT ANDROID AND NOT RISCOS)
# Need to check EGL before checking KMSDRM because KMSDRM depends on it.
CheckEGLKMSDRM()
CheckKMSDRM()
CheckOpenGLKMSDRM()
endif()
if(UNIX)