panfrost: Remove unnecessary bifrost_compiler deps
These dependencies are not necessarily portbale, but bifrost_compiler itself is. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12003>
This commit is contained in:
committed by
Marge Bot
parent
c10b886688
commit
55e6dd3724
@@ -40,7 +40,7 @@ files_bifrost = files(
|
||||
|
||||
bifrost_compiler = executable(
|
||||
'bifrost_compiler',
|
||||
[files_bifrost, midgard_pack],
|
||||
[files_bifrost],
|
||||
include_directories : [
|
||||
inc_mapi,
|
||||
inc_mesa,
|
||||
@@ -60,9 +60,6 @@ bifrost_compiler = executable(
|
||||
link_with : [
|
||||
libglsl_standalone,
|
||||
libpanfrost_bifrost,
|
||||
libpanfrost_decode,
|
||||
libpanfrost_lib,
|
||||
libpanfrost_midgard_disasm, # references disassemble_midgard...
|
||||
],
|
||||
build_by_default : with_tools.contains('panfrost')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user