Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-01-06 13:51:38 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-01-06 13:51:38 +0300
commit6c7762687e57f2dd490f763d0b54288d84337a59 (patch)
tree7edb75fc843f7008b6b44441752b2e4384fee463 /CMakeLists.txt
parent937a7e8cc23c9034b0fcc87972a3485aae25b141 (diff)
Fix T60187: Latest couple of builds fail to run, need libGLX.so.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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()