summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-10-30 14:04:21 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-12-04 14:36:38 -0800
commit68076b87474e7959c161f3dad3672c9322a2c96f (patch)
tree8ff37583edd7242f593cf0a55e0626174a22f7b5 /meson_options.txt
parent085070a2c8c91c14e5a9f46988989faf19b0a125 (diff)
meson: build gallium vdpau state tracker
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.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 4d56c2404f6..55dfa4600ce 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -56,6 +56,19 @@ option(
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',
value : 'auto',