From 63ab2039236d8a169d13f0e6aeea103b5028b024 Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Thu, 12 Dec 2013 21:17:10 +0000 Subject: [PATCH] Fix ARM unix build. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e45ff3c760..a4dcf97d9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)