Module: Mesa
Branch: main
Commit: 5a2326f9b2c75f406ea2bc17a1074e7cfb7fe401
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a2326f9b2c75f406ea2bc17a1074e7cfb7fe401

Author: Eric Engestrom <[email protected]>
Date:   Wed Jan 18 18:50:39 2023 +0000

panfrost: drop no-longer-needed libglsl

Fixes: 551c2aadd4d85e922aa6 ("pan/bi: Remove standalone compiler")
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Signed-off-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21240>

---

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

diff --git a/src/panfrost/meson.build b/src/panfrost/meson.build
index c3b9e651276..aa393d44fe5 100644
--- a/src/panfrost/meson.build
+++ b/src/panfrost/meson.build
@@ -65,7 +65,6 @@ bifrost_compiler = executable(
     dep_libdrm,
   ],
   link_with : [
-    libglsl_standalone,
     libpanfrost_bifrost,
   ],
   build_by_default : with_tools.contains('panfrost')

Reply via email to