Fix ARM unix build.

This commit is contained in:
Ryan Houdek 2013-12-12 21:17:10 +00:00
parent 50df037bb5
commit 63ab203923
1 changed files with 2 additions and 0 deletions

View File

@ -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)