mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
Fix ARM unix build.
This commit is contained in:
parent
50df037bb5
commit
63ab203923
1 changed files with 2 additions and 0 deletions
|
@ -356,6 +356,8 @@ if(NOT ANDROID)
|
||||||
if(NOT OPENGL_GLU_FOUND)
|
if(NOT OPENGL_GLU_FOUND)
|
||||||
message(FATAL_ERROR "GLU is required but not found")
|
message(FATAL_ERROR "GLU is required but not found")
|
||||||
endif()
|
endif()
|
||||||
|
else()
|
||||||
|
set(X11_FOUND 1)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(FindALSA OPTIONAL)
|
include(FindALSA OPTIONAL)
|
||||||
|
|
Loading…
Add table
Reference in a new issue