Turn off KICAD_WAYLAND by default.

This commit is contained in:
Alex Shvartzkop 2023-09-15 01:12:47 +03:00
parent 485db8bccd
commit 862567b21a
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 cmake_dependent_option( KICAD_WAYLAND
"Support Wayland features" "Support Wayland features"
ON "UNIX_NOT_APPLE" OFF "UNIX_NOT_APPLE"
OFF ) OFF )
# Options to build with flatpak platform defaults (only on Linux) # Options to build with flatpak platform defaults (only on Linux)