[GLExtensions] Refix GLES3 build. Until we clean up the platform detection this'll need to be here.
This commit is contained in:
parent
c744aca323
commit
cd145cb63e
|
@ -354,6 +354,8 @@ if(NOT ANDROID)
|
|||
|
||||
if(NOT USE_GLES3)
|
||||
include(FindOpenGL)
|
||||
else()
|
||||
set(X11_FOUND 1)
|
||||
endif()
|
||||
|
||||
include(FindALSA OPTIONAL)
|
||||
|
|
Loading…
Reference in New Issue