config/descriptions: add missing desc entry

This commit is contained in:
Vaxry 2026-03-05 14:10:22 +00:00
parent 3284dd729b
commit b7dfb47566
No known key found for this signature in database
GPG key ID: 665806380871D640

View file

@ -1579,6 +1579,12 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
.type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SBoolData{true},
},
SConfigOptionDescription{
.value = "render:icc_vcgt_enabled",
.description = "Enable sending VCGT ramps to KMS with ICC profiles",
.type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SBoolData{true},
},
/*
* cursor: