[Bf-blender-cvs] [3b40e39d233] wl_default: GHOST/X11: remove duplicated EGL linking

Christian Rauch noreply at git.blender.org
Sat Aug 14 22:29:25 CEST 2021


Commit: 3b40e39d2334a4291b5589ad864d4a9656042406
Author: Christian Rauch
Date:   Sun Aug 8 18:42:37 2021 +0100
Branches: wl_default
https://developer.blender.org/rB3b40e39d2334a4291b5589ad864d4a9656042406

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