config/descriptions: add missing desc entry
This commit is contained in:
parent
3284dd729b
commit
b7dfb47566
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue