diff options
author | Dylan Baker <[email protected]> | 2017-10-30 17:40:30 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-12-04 14:36:56 -0800 |
commit | 0ba909f0f111824223bc38563d1a6bc73e69c2cc (patch) | |
tree | e955bbc44285b4acc960fe5e30201a04574ebd51 /meson_options.txt | |
parent | 5a785d51a6d68ec676cea6220f75bad95a3221dc (diff) |
meson: build gallium xa state tracker
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 7 |
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', |