Enable KICAD_WAYLAND by default when KICAD_USE_EGL is on.

This commit is contained in:
Alex Shvartzkop 2023-09-18 16:01:36 +03:00
parent 768d4a6782
commit 5b77716ed8
1 changed files with 1 additions and 1 deletions

View File

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