Mark the linuxkms backend as experimental

This commit is contained in:
Simon Hausmann 2023-08-31 08:46:34 +02:00 committed by Simon Hausmann
parent 8f16b519a2
commit 2a486edd82
4 changed files with 8 additions and 3 deletions

View file

@ -143,7 +143,7 @@ define_cargo_feature(renderer-software "Enable support for the software renderer
define_cargo_dependent_feature(backend-qt "Enable Qt based rendering backend" ON "NOT SLINT_FEATURE_FREESTANDING")
define_cargo_dependent_feature(backend-linuxkms "Enable support for the backend that renders a single window fullscreen on Linux" OFF "NOT SLINT_FEATURE_FREESTANDING")
define_cargo_dependent_feature(backend-linuxkms "Enable support for the backend that renders a single window fullscreen on Linux (Experimental)" OFF "NOT SLINT_FEATURE_FREESTANDING")
define_cargo_dependent_feature(gettext "Enable support of translations using gettext" OFF "NOT SLINT_FEATURE_FREESTANDING")
define_cargo_dependent_feature(accessibility "Enable integration with operating system provided accessibility APIs" ON "NOT SLINT_FEATURE_FREESTANDING")