From 5b77716ed84fe5dd8d4e3b4034551e0447626449 Mon Sep 17 00:00:00 2001 From: Alex Shvartzkop Date: Mon, 18 Sep 2023 16:01:36 +0300 Subject: [PATCH] Enable KICAD_WAYLAND by default when KICAD_USE_EGL is on. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 384542e9d4..fa6f691161 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" - OFF "UNIX_NOT_APPLE" + ON "KICAD_USE_EGL" OFF ) # Options to build with flatpak platform defaults (only on Linux)