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:
Alyssa Rosenzweig
2021-07-21 15:14:17 -04:00
committed by Marge Bot
parent c10b886688
commit 55e6dd3724
+1 -4
View File
@@ -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')
)