Enable KICAD_WAYLAND by default when KICAD_USE_EGL is on.
This commit is contained in:
parent
768d4a6782
commit
5b77716ed8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue