mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 12:30:11 +01:00
panfrost: Add a Meson dependency on bi_opcodes.h for bifrost_compiler
Fixes:2d4597de("pan/bi: Use autogenerated modifiers") Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9719> (cherry picked from commit28bf06f350)
This commit is contained in:
parent
f4a9a0c95b
commit
0174e19ff8
2 changed files with 2 additions and 1 deletions
|
|
@ -1543,7 +1543,7 @@
|
|||
"description": "panfrost: Add a Meson dependency on bi_opcodes.h for bifrost_compiler",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": "2d4597de2ec41098239df6824b3da802a1f44ea2"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ bifrost_compiler = executable(
|
|||
dependencies : [
|
||||
idep_nir,
|
||||
idep_mesautil,
|
||||
idep_bi_opcodes_h,
|
||||
dep_libdrm,
|
||||
],
|
||||
link_with : [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue