summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-10-30 14:32:30 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-12-04 14:36:48 -0800
commit22a817af8a89eb3c762fc3e07b443a3ce37d7416 (patch)
tree4295cd8d4e4abe6731ec27fc17f18ee572b8d32f /meson_options.txt
parent68076b87474e7959c161f3dad3672c9322a2c96f (diff)
meson: build gallium xvmc 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 55dfa4600c..63fa9232ea 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -69,6 +69,19 @@ option(
description : 'path to put vdpau libraries. defaults to $libdir/vdpau.'
)
option(
+ 'gallium-xvmc',
+ type : 'combo',
+ value : 'auto',
+ choices : ['auto', 'true', 'false'],
+ description : 'enable gallium xvmc state tracker.',
+)
+option(
+ 'xvmc-libs-path',
+ type : 'string',
+ value : '',
+ description : 'path to put xvmc libraries. defaults to $libdir.'
+)
+option(
'vulkan-drivers',
type : 'string',
value : 'auto',