From da71fbf294e05e16b76dce05b54c909242b356b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Mon, 27 Sep 2021 14:43:58 +0200 Subject: [PATCH] Use GLVND on GLES --- libraries/gpu-gles/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/gpu-gles/CMakeLists.txt b/libraries/gpu-gles/CMakeLists.txt index 3e529f7dcd..11d05aa31e 100644 --- a/libraries/gpu-gles/CMakeLists.txt +++ b/libraries/gpu-gles/CMakeLists.txt @@ -2,4 +2,5 @@ set(TARGET_NAME gpu-gles) setup_hifi_library(Gui Concurrent) link_hifi_libraries(shared shaders gl gpu gpu-gl-common) GroupSources("src") +set(OpenGL_GL_PREFERENCE "GLVND") target_opengl()