X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=meson_options.txt;h=bcd63cc374f802bf79594f2c8dc849944df6edcd;hb=df4fc684920840220bb1fb92281e40157b4db618;hp=fb1b63331ca5dad8a9c1101706de71a65598a47c;hpb=7309207432e64678ccde2862040861146e3515d4;p=mesa.git diff --git a/meson_options.txt b/meson_options.txt index fb1b63331ca..bcd63cc374f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -157,6 +157,13 @@ option( choices : ['auto', 'true', 'false'], 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',