[Bf-blender-cvs] [6c7762687e5] master: Fix T60187: Latest couple of builds fail to run, need libGLX.so.0

Sergey Sharybin noreply at git.blender.org
Sun Jan 6 11:52:20 CET 2019


Commit: 6c7762687e57f2dd490f763d0b54288d84337a59
Author: Sergey Sharybin
Date:   Sun Jan 6 11:51:38 2019 +0100
Branches: master
https://developer.blender.org/rB6c7762687e57f2dd490f763d0b54288d84337a59

Fix T60187: Latest couple of builds fail to run, need libGLX.so.0

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8d8f78a3e7a..faa5edec810 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1058,7 +1058,7 @@ if(WITH_GL_PROFILE_ES20)
 
 else()
 	if(OpenGL_GL_PREFERENCE STREQUAL "LEGACY" AND OPENGL_gl_LIBRARY)
-		list(APPEND BLENDER_GL_LIBRARIES ${OPENGL_gl_LIBRARY} ${OPENGL_glx_LIBRARY})
+		list(APPEND BLENDER_GL_LIBRARIES ${OPENGL_gl_LIBRARY})
 	else()
 		list(APPEND BLENDER_GL_LIBRARIES ${OPENGL_opengl_LIBRARY} ${OPENGL_glx_LIBRARY})
 	endif()



More information about the Bf-blender-cvs mailing list