meson: use a feature option for lmsensors
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20409>
This commit is contained in:
parent
202344e9a0
commit
2653fe11c9
2 changed files with 4 additions and 18 deletions
|
|
@ -345,9 +345,7 @@ option(
|
|||
)
|
||||
option(
|
||||
'lmsensors',
|
||||
type : 'combo',
|
||||
value : 'auto',
|
||||
choices : ['auto', 'true', 'false', 'enabled', 'disabled'],
|
||||
type : 'feature',
|
||||
description : 'Enable HUD lmsensors support.'
|
||||
)
|
||||
option(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue