Enable HAVE_OPENGL1 by default - will return to this in case there
are issues with it
This commit is contained in:
parent
7d9c7ba1f7
commit
e961dadc94
|
@ -59,7 +59,7 @@ HAVE_D3DX=yes # Direct3DX support
|
|||
HAVE_OPENGL=auto # OpenGL 2.0 support
|
||||
HAVE_OPENGL_CORE=yes # Modern OpenGL driver support (GLES3+/GL3.2 core+), requires OpenGL.
|
||||
C89_OPENGL_CORE=no
|
||||
HAVE_OPENGL1=no # OpenGL 1.1 support
|
||||
HAVE_OPENGL1=yes # OpenGL 1.1 support
|
||||
HAVE_MALI_FBDEV=no # Mali fbdev context support
|
||||
HAVE_VIVANTE_FBDEV=no # Vivante fbdev context support
|
||||
HAVE_OPENDINGUX_FBDEV=no # Opendingux fbdev context support
|
||||
|
|
Loading…
Reference in New Issue