pan/bi: Add explicit meson dependency on the ISA helpers

This logic was slightly busted before.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8213>
This commit is contained in:
Alyssa Rosenzweig 2020-12-07 19:58:22 -05:00 committed by Marge Bot
parent c3625f4ca8
commit 4d76a3d4a1
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ bifrost_gen_disasm_c = custom_target(
output : 'bifrost_gen_disasm.c',
command : [prog_python, '@INPUT@'],
capture : true,
depend_files : files('bifrost_isa.py'),
)
bi_generated_pack_h = custom_target(
@ -60,6 +61,7 @@ bi_generated_pack_h = custom_target(
output : 'bi_generated_pack.h',
command : [prog_python, '@INPUT@'],
capture : true,
depend_files : files('bifrost_isa.py'),
)
idep_bi_generated_pack_h = declare_dependency(