Don't build Skia with CMake by default

We also don't build it with Cargo by default
This commit is contained in:
Simon Hausmann 2022-09-22 11:25:41 +02:00 committed by Simon Hausmann
parent 5e4abec477
commit f54cebf3d6

View file

@ -85,8 +85,8 @@ define_cargo_feature(backend-winit-x11 "Enable support for the winit create to i
define_cargo_feature(backend-winit-wayland "Enable support for the winit create to interact only with the wayland windowing system on Unix. Enable this option and turn off SLINT_FEATURE_BACKEND_WINIT for a smaller build with just wayland support." OFF)
define_cargo_feature(renderer-winit-femtovg "Enable support for the OpenGL ES 2.0 based FemtoVG rendering engine." ON)
define_cargo_feature(renderer-winit-skia "Enable support for the Skia based rendering engine." ON)
define_cargo_feature(renderer-winit-skia-opengl "Enable support for the Skia based rendering engine with its OpenGL backend." ON)
define_cargo_feature(renderer-winit-skia "Enable support for the Skia based rendering engine." OFF)
define_cargo_feature(renderer-winit-skia-opengl "Enable support for the Skia based rendering engine with its OpenGL backend." OFF)
define_cargo_feature(backend-qt "Enable Qt based rendering backend" ON)