From 6b4c7047d57178d3362a710ad503057c6a582ca3 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 13 Nov 2017 17:58:51 -0800 Subject: meson: build gallium nine state_tracker v2: - set d3d_drivers_path instead of dri_drivers_path - Fix nine guard to check for all relavent gallium drivers - Link with libswdri and libswkmsdri when necessary - Fix pkg-config generation - Add missing comma Signed-off-by: Dylan Baker Reviewed-by: Eric Engestrom --- meson_options.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 33b40478dbf..39b137cbeaf 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -114,6 +114,18 @@ option( choices : ['auto', 'true', 'false'], description : 'enable gallium xa state tracker.', ) +option( + 'gallium-nine', + type : 'boolean', + value : false, + description : 'build gallium "nine" Direct3D 9.x state tracker.', +) +option( + 'd3d-drivers-path', + type : 'string', + value : '', + description : 'Location of D3D drivers. Default: $libdir/d3d', +) option( 'vulkan-drivers', type : 'string', -- cgit v1.2.3