[GLExtensions] Refix GLES3 build. Until we clean up the platform detection this'll need to be here.

This commit is contained in:
Ryan Houdek 2014-01-13 04:09:02 -06:00 committed by degasus
parent c744aca323
commit cd145cb63e

View File

@ -354,6 +354,8 @@ if(NOT ANDROID)
if(NOT USE_GLES3)
include(FindOpenGL)
else()
set(X11_FOUND 1)
endif()
include(FindALSA OPTIONAL)