Skip to content

Add compatibility code when GLVND is not available

Andreas Cord-Landwehr requested to merge work/gracefullyHandleNonGLVND into master

CMake's FindOpenGL internally handles EGL only correctly when GLVND is available. This might not the case on embedded systems and actually it is not necessary when EGL::EGL is found.

BUG: 438444

Merge request reports