Blender Git Loki
Git Commits -> Revision 0b18a61
Revision 0b18a61 by Christian Rauch (master) July 29, 2021, 16:39 (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: 0b18a618b88b22663e05eca0f4d976875710e7cc
Parent Commit: c7b12e3
Lines Changed: +19, -27