mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-28 03:28:10 +02:00
pan/va: Add missing valhall_enums dep to valhall_disasm
valhall_disasm compilation fails if the valhall_enums.h has not be generated. Fixes:619566dea1("pan/va: Generate header containing enums") Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10553 Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27524> (cherry picked from commit49069a1243)
This commit is contained in:
parent
d5812cb30d
commit
bd63d1e626
2 changed files with 2 additions and 1 deletions
|
|
@ -2564,7 +2564,7 @@
|
|||
"description": "pan/va: Add missing valhall_enums dep to valhall_disasm",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "619566dea18e94e0c1e00effc8200df75b892941",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -69,6 +69,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],
|
||||
dependencies: [idep_valhall_enums_h],
|
||||
link_with : [libpanfrost_valhall_disasm],
|
||||
),
|
||||
suite : ['panfrost'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue