mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
d3d10umd: Add missing dependency on u_formats codegen.
Fixes this error during Shader.cpp build: ..\src\util/format/u_formats.h(33): fatal error C1083: Cannot open include file: 'util/format/u_format_gen.h': No such file or directory Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37316>
This commit is contained in:
parent
114e6a3104
commit
0f320b7a1d
1 changed files with 1 additions and 0 deletions
|
|
@ -30,4 +30,5 @@ libd3d10umd = static_library(
|
|||
include_directories : [
|
||||
inc_include, inc_src, inc_gallium, inc_gallium_aux, inc_winddk,
|
||||
],
|
||||
dependencies: idep_mesautilformat,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue