Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix ARM unix build.
  • Loading branch information
Sonicadvance1 committed Dec 12, 2013
1 parent 50df037 commit 63ab203
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 63ab203

Please sign in to comment.