[Bf-blender-cvs] [d95fe3c8533] x11-egl: GHOST/X11: remove duplicated EGL linking

Christian Rauch noreply at git.blender.org
Mon Aug 9 21:53:30 CEST 2021


Commit: d95fe3c85333032e0cf8d70b8ed2cf8b96f739e4
Author: Christian Rauch
Date:   Sun Aug 8 18:42:37 2021 +0100
Branches: x11-egl
https://developer.blender.org/rBd95fe3c85333032e0cf8d70b8ed2cf8b96f739e4

GHOST/X11: remove duplicated EGL linking

Differential Revision: https://developer.blender.org/D12034

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index db42f957ee2..ac5c80cb0d8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1201,8 +1201,6 @@ if(WITH_GL_EGL)
       )
     endif()
 
-    list(APPEND BLENDER_GL_LIBRARIES ${OPENGLES_EGL_LIBRARY})
-
   else()
     set(OPENGLES_EGL_LIBRARY "" CACHE FILEPATH "EGL library file")
     mark_as_advanced(OPENGLES_EGL_LIBRARY)



More information about the Bf-blender-cvs mailing list