mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-16 05:50:58 +02: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