Skip to content

Add configure flags for EGL, GLX, and GLES

Created by: kbrenneman

This just adds --disable-egl, --disable-glx, and --disable-gles flags to the configure script, which will tell it not to build libEGL.so, libGLX.so, and libGLES*.so, respectively.

Merge request reports