[Bf-blender-cvs] [29edd88] soc-2014-viewport_context: this solves a couple of missing symbols when linking cycles standalong WITH_GL_EGL, but unless it is linked with a GLUT that uses EGL it isn't likely to actually work...

Jason Wilkins noreply at git.blender.org
Thu Jul 31 16:16:34 CEST 2014


Commit: 29edd88f374cd36278affb27452ab42dfb15c2d7
Author: Jason Wilkins
Date:   Thu Jul 31 09:14:52 2014 -0500
Branches: soc-2014-viewport_context
https://developer.blender.org/rB29edd88f374cd36278affb27452ab42dfb15c2d7

this solves a couple of missing symbols when linking cycles standalong WITH_GL_EGL, but unless it is linked with a GLUT that uses EGL it isn't likely to actually work...

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

M	intern/cycles/app/CMakeLists.txt

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

diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt
index 8550214..96ac761 100644
--- a/intern/cycles/app/CMakeLists.txt
+++ b/intern/cycles/app/CMakeLists.txt
@@ -21,7 +21,7 @@ set(LIBRARIES
 	cycles_util
 	${BOOST_LIBRARIES}
 	${OPENEXR_LIBRARIES}
-	${OPENGL_LIBRARIES}
+	${BLENDER_GL_LIBRARIES}
 	bf_intern_glew_mx
 	${CYCLES_APP_GLEW_LIBRARY}
 	${OPENIMAGEIO_LIBRARIES}




More information about the Bf-blender-cvs mailing list