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 --- src/gallium/meson.build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/gallium/meson.build') diff --git a/src/gallium/meson.build b/src/gallium/meson.build index e700d03da93..7e841633a9c 100644 --- a/src/gallium/meson.build +++ b/src/gallium/meson.build @@ -134,6 +134,9 @@ endif if with_gallium_xa subdir('state_trackers/xa') endif +if with_gallium_st_nine + subdir('state_trackers/nine') +endif # TODO: SWR # TODO: clover if with_dri @@ -164,5 +167,7 @@ endif if with_gallium_xa subdir('targets/xa') endif -# TODO: nine +if with_gallium_st_nine + subdir('targets/d3dadapter9') +endif # TODO: tests -- cgit v1.2.3