mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-27 11:50:52 +00:00
[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
Block a user