From f1cb1f8420c1dce98f7fb6e5515877930550c0d0 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 8 Apr 2014 18:24:02 +0200 Subject: [PATCH] Disabled Wayland on OS X. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b94d185f..743e72d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ else() option(GLFW_USE_EGL "Use EGL for context creation" OFF) endif() -if (UNIX) +if (UNIX AND NOT APPLE) option(GLFW_USE_WAYLAND "Use Wayland for context creation (implies EGL as well)" OFF) endif()