summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-10-30 17:40:30 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-12-04 14:36:56 -0800
commit0ba909f0f111824223bc38563d1a6bc73e69c2cc (patch)
treee955bbc44285b4acc960fe5e30201a04574ebd51 /meson_options.txt
parent5a785d51a6d68ec676cea6220f75bad95a3221dc (diff)
meson: build gallium xa 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.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 8dc9bb161ba..33b40478dbf 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -108,6 +108,13 @@ option(
description : 'path to put va libraries. defaults to $libdir/dri.'
)
option(
+ 'gallium-xa',
+ type : 'combo',
+ value : 'auto',
+ choices : ['auto', 'true', 'false'],
+ description : 'enable gallium xa state tracker.',
+)
+option(
'vulkan-drivers',
type : 'string',
value : 'auto',