Module: Mesa
Branch: master
Commit: 52e3a67bb1aa56c424d2959fdafd0c3e67ffe974
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=52e3a67bb1aa56c424d2959fdafd0c3e67ffe974

Author: Alyssa Rosenzweig <[email protected]>
Date:   Wed Aug  5 17:20:25 2020 -0400

panfrost: Reduce bit dependency to disassembly only

Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6196>

---

 src/panfrost/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/panfrost/meson.build b/src/panfrost/meson.build
index 2d257bc552b..e015941a8a0 100644
--- a/src/panfrost/meson.build
+++ b/src/panfrost/meson.build
@@ -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')
 )

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to