1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[d3d11] Use dxgi_dep instead of lib_dxgi

Fixes building on native.
This commit is contained in:
Joshua Ashton 2022-08-21 19:12:40 +00:00 committed by Philip Rebohle
parent baa88d8cf1
commit baba2e3c09

View File

@ -69,7 +69,7 @@ d3d11_shaders = files([
d3d11_dll = shared_library('d3d11'+dll_ext, dxgi_common_src + d3d11_src + d3d10_src,
glsl_generator.process(d3d11_shaders), d3d11_res,
name_prefix : '',
dependencies : [ lib_dxgi, dxbc_dep, dxvk_dep ],
dependencies : [ dxgi_dep, dxbc_dep, dxvk_dep ],
include_directories : dxvk_include_path,
install : true,
vs_module_defs : 'd3d11'+def_spec_ext,