don't forcefully disable OpenGL ES support

This commit is contained in:
Anthony Pesch 2017-06-17 14:05:50 -04:00
parent ba7ebf9b72
commit 55ea4188ae
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ list(APPEND REDREAM_INCLUDES deps/microprofile)
if(NOT BUILD_LIBRETRO)
set(DIRECTX OFF CACHE BOOL "")
set(RENDER_D3D OFF CACHE BOOL "")
set(VIDEO_OPENGLES OFF CACHE BOOL "")
set(SDL_ATOMIC OFF CACHE BOOL "")
set(SDL_CPUINFO ON CACHE BOOL "")
set(SDL_FILESYSTEM OFF CACHE BOOL "")