mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fix ARM unix build.
This commit is contained in:
@ -356,6 +356,8 @@ if(NOT ANDROID)
|
||||
if(NOT OPENGL_GLU_FOUND)
|
||||
message(FATAL_ERROR "GLU is required but not found")
|
||||
endif()
|
||||
else()
|
||||
set(X11_FOUND 1)
|
||||
endif()
|
||||
|
||||
include(FindALSA OPTIONAL)
|
||||
|
Reference in New Issue
Block a user