Blender Git Loki
Git Commits -> Revision 9a74c0d
August 14, 2021, 20:26 (GMT) |
GHOST/X11: enable EGL This will replace GLX with EGL for X11. GLEW does not support GLX and EGL at the same time. Most distributions build GLEW with GLX support, so we have to use the externally provided GLEW and build with EGL support. This effectively sets WITH_SYSTEM_GLEW to OFF for all Linux configurations. Differential Revision: https://developer.blender.org/D12034 |
Commit Details:
Full Hash: 9a74c0d76262790243f6ab9d61556309acc1df72
Parent Commit: 8f2b60d
Lines Changed: +19, -27