mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02: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>
This commit is contained in:
parent
770230aab1
commit
9eee405484
1 changed files with 1 additions and 0 deletions
|
|
@ -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