radv: Move wsi initialization later in physical_device_init
[mesa.git] / meson_options.txt
index fb1b63331ca5dad8a9c1101706de71a65598a47c..bcd63cc374f802bf79594f2c8dc849944df6edcd 100644 (file)
@@ -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',