From 5a785d51a6d68ec676cea6220f75bad95a3221dc Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 30 Oct 2017 15:49:37 -0700 Subject: meson: build gallium va state tracker Signed-off-by: Dylan Baker Reviewed-by: Eric Engestrom --- meson_options.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 51cf4ed6a5e..8dc9bb161ba 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -94,6 +94,19 @@ option( value : '', description : 'path to put omx libraries. defaults to omx-bellagio pkg-config pluginsdir.' ) +option( + 'gallium-va', + type : 'combo', + value : 'auto', + choices : ['auto', 'true', 'false'], + description : 'enable gallium va state tracker.', +) +option( + 'va-libs-path', + type : 'string', + value : '', + description : 'path to put va libraries. defaults to $libdir/dri.' +) option( 'vulkan-drivers', type : 'string', -- cgit v1.2.3