summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-11-28 16:42:37 -0800
committerDylan Baker <dylan@pnwbakers.com>2017-12-01 15:31:43 -0800
commit5e71efef44b992b5d70bbc1872ff230ae211141d (patch)
tree445d66212ce1bbc841391a78b1cb49d1d5c148a5 /meson_options.txt
parent7309207432e64678ccde2862040861146e3515d4 (diff)
meson: Add lmsensors support
v2: - Make -Dlmsensors=false work - Simplify auto and true cases Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index fb1b63331ca..bcd63cc374f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -158,6 +158,13 @@ option(
description : 'Use libunwind for stack-traces'
)
option(
+ 'lmsensors',
+ type : 'combo',
+ value : 'auto',
+ choices : ['auto', 'true', 'false'],
+ description : 'Enable HUD lmsensors support.'
+)
+option(
'build-tests',
type : 'boolean',
value : false,