pan/va: Add missing valhall_enums dep to bifrost_tests

bifrost_tests compilation fails if the valhall_enums.h has not been
generated.

Acked-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27738>
This commit is contained in:
Mark Janes 2024-02-21 12:00:09 -08:00 committed by Marge Bot
parent 439fce0c17
commit dd0f6d70ba

View file

@ -181,7 +181,7 @@ if with_tests
c_args : [c_msvc_compat_args, no_override_init_args],
gnu_symbol_visibility : 'hidden',
include_directories : [inc_include, inc_src, inc_mesa, inc_valhall],
dependencies: [idep_gtest, idep_nir, idep_bi_opcodes_h, idep_bi_builder_h],
dependencies: [idep_gtest, idep_nir, idep_bi_opcodes_h, idep_bi_builder_h, idep_valhall_enums_h],
link_with : [libpanfrost_bifrost],
),
suite : ['panfrost'],