microsoft/compiler: Make resource_state_manager only build with_gallium_d3d12

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8785>
This commit is contained in:
Michael Tang 2021-01-29 12:48:43 -08:00
parent 8deca5a72e
commit f026345b34

View file

@ -23,7 +23,9 @@ subdir('compiler')
if with_microsoft_clc
subdir('clc')
endif
subdir('resource_state_manager')
if with_gallium_d3d12
subdir('resource_state_manager')
endif
if with_spirv_to_dxil
subdir('spirv_to_dxil')
endif