radv: Move wsi initialization later in physical_device_init
[mesa.git] / meson_options.txt
index 1134a25029558d35b8d869aa6a9a506fb06270ef..bcd63cc374f802bf79594f2c8dc849944df6edcd 100644 (file)
@@ -55,6 +55,12 @@ option(
   value : '',
   description : 'comma separated list of gallium media APIs to build (omx,va,vdpau,xvmc).'
 )
+option(
+  'gallium-extra-hud',
+  type : 'boolean',
+  value : false,
+  description : 'Enable HUD block/NIC I/O HUD status support',
+)
 option(
   'vulkan-drivers',
   type : 'string',
@@ -132,8 +138,9 @@ option(
 )
 option(
   'llvm',
-  type : 'boolean',
-  value : true,
+  type : 'combo',
+  value : 'auto',
+  choices : ['auto', 'true', 'false'],
   description : 'Build with LLVM support.'
 )
 option(
@@ -150,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',