mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 16:50:22 +01:00
freedreno: Add missing dependency to build
computerator depends on ir3_parser.h, which is a generated file, but this dependency is not expressed in the build. Fixes:1e8808a4a0("freedreno/ir3: refactor out helper to compile shader from asm") Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7870> (cherry picked from commit9eee405484)
This commit is contained in:
parent
12c40b0477
commit
cddf1bf5f9
2 changed files with 2 additions and 1 deletions
|
|
@ -283,7 +283,7 @@
|
|||
"description": "freedreno: Add missing dependency to build",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": "1e8808a4a0f7f28dfc885bbe6c50e7a65ad15bbf"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ computerator_files = [
|
|||
'ir3_asm.c',
|
||||
'main.c',
|
||||
freedreno_xml_header_files,
|
||||
ir3_parser[1],
|
||||
]
|
||||
|
||||
computerator = executable(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue