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 commit 9eee405484)
This commit is contained in:
Daniel Stone 2020-12-02 13:10:21 +00:00 committed by Dylan Baker
parent 12c40b0477
commit cddf1bf5f9
2 changed files with 2 additions and 1 deletions

View file

@ -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"
},

View file

@ -23,6 +23,7 @@ computerator_files = [
'ir3_asm.c',
'main.c',
freedreno_xml_header_files,
ir3_parser[1],
]
computerator = executable(