meson: build gallium vdpau state tracker
[mesa.git] / meson_options.txt
index 4d56c2404f63d02f2a547def3668b801c02788d5..55dfa4600ce0b2fa860331f80028ff228c0d186c 100644 (file)
@@ -55,6 +55,19 @@ option(
   value : false,
   description : 'Enable HUD block/NIC I/O HUD status support',
 )
+option(
+  'gallium-vdpau',
+  type : 'combo',
+  value : 'auto',
+  choices : ['auto', 'true', 'false'],
+  description : 'enable gallium vdpau state tracker.',
+)
+option(
+  'vdpau-libs-path',
+  type : 'string',
+  value : '',
+  description : 'path to put vdpau libraries. defaults to $libdir/vdpau.'
+)
 option(
   'vulkan-drivers',
   type : 'string',