meson: build gallium xa state tracker

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
Dylan Baker
2017-10-30 17:40:30 -07:00
parent 5a785d51a6
commit 0ba909f0f1
5 changed files with 139 additions and 1 deletions

View File

@@ -107,6 +107,13 @@ option(
value : '',
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',