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:
Alyssa Rosenzweig 2020-08-05 17:20:25 -04:00 committed by Marge Bot
parent 14bb72c68b
commit 52e3a67bb1

View file

@ -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')
)