summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2022-12-20 15:43:55 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-19 16:29:03 +0000
commit2653fe11c96f1192b3efd627814fd2a4abeb7e80 (patch)
tree7f0cd1088f6af7d96e704a4f2aa90b6bc9ec1ad3 /meson_options.txt
parent202344e9a00870bee303cfaf4acb66b8c9946252 (diff)
downloadmesa-2653fe11c96f1192b3efd627814fd2a4abeb7e80.tar.gz
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>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e87d78b1197..209a8093057 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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(