pan/bi: Add explicit meson dependency on the ISA helpers
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 8 Dec 2020 00:58:22 +0000 (19:58 -0500)
committerMarge Bot <eric+marge@anholt.net>
Wed, 23 Dec 2020 17:06:57 +0000 (17:06 +0000)
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>

src/panfrost/bifrost/meson.build

index 0d29dbd..7bb64d1 100644 (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(