From 862567b21a81672cf1bde8256f17cdbef045d94b Mon Sep 17 00:00:00 2001 From: Alex Shvartzkop Date: Fri, 15 Sep 2023 01:12:47 +0300 Subject: [PATCH] Turn off KICAD_WAYLAND by default. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5955131c4c..384542e9d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,7 +114,7 @@ cmake_dependent_option( KICAD_USE_BUNDLED_GLEW cmake_dependent_option( KICAD_WAYLAND "Support Wayland features" - ON "UNIX_NOT_APPLE" + OFF "UNIX_NOT_APPLE" OFF ) # Options to build with flatpak platform defaults (only on Linux)