(qb) Mark OpenGL as optional

This commit is contained in:
Higor Eurípedes 2015-06-17 11:57:38 -03:00
parent 3435a61518
commit c3ebc1a8fe
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ HAVE_DYLIB=auto # Enable dynamic loading support
HAVE_NETWORKING=auto # Enable networking features (recommended)
HAVE_NETPLAY=auto # Enable netplay support (requires networking)
HAVE_D3D9=yes # Disable Direct3D 9 support
HAVE_OPENGL=yes # Disable OpenGL support
HAVE_OPENGL=auto # Disable OpenGL support
HAVE_GLES=no # Use GLESv2 instead of desktop GL
HAVE_MALI_FBDEV=no # Enable Mali fbdev context support
HAVE_VIVANTE_FBDEV=no # Enable Vivante fbdev context support