mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 05:40:30 +01:00
panfrost: Reduce bit dependency to disassembly only
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6196>
This commit is contained in:
parent
14bb72c68b
commit
52e3a67bb1
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ bifrost_compiler = executable(
|
|||
libpanfrost_bifrost,
|
||||
libpanfrost_decode,
|
||||
libpanfrost_lib,
|
||||
libpanfrost_midgard, # references disassemble_midgard...
|
||||
libpanfrost_midgard_disasm, # references disassemble_midgard...
|
||||
],
|
||||
build_by_default : with_tools.contains('panfrost')
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue