Blender Git Loki
Git Commits -> Revision 0b060a5
Revision 0b060a5 by Christian Rauch (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:56 (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: 0b060a585dacf2496b390ef3ea079874f6e6ea03
Parent Commit: e5c7f12
Committed By: Fabian Schempp
Lines Changed: +19, -27