panfrost: drop no-longer-needed libglsl

Fixes: 551c2aadd4 ("pan/bi: Remove standalone compiler")
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21240>
This commit is contained in:
Eric Engestrom 2023-01-18 18:50:39 +00:00 committed by Eric Engestrom
parent bd30f3619d
commit 5a2326f9b2

View file

@ -65,7 +65,6 @@ bifrost_compiler = executable(
dep_libdrm,
],
link_with : [
libglsl_standalone,
libpanfrost_bifrost,
],
build_by_default : with_tools.contains('panfrost')