mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 19:50:11 +01:00
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:
parent
bd30f3619d
commit
5a2326f9b2
1 changed files with 0 additions and 1 deletions
|
|
@ -65,7 +65,6 @@ bifrost_compiler = executable(
|
||||||
dep_libdrm,
|
dep_libdrm,
|
||||||
],
|
],
|
||||||
link_with : [
|
link_with : [
|
||||||
libglsl_standalone,
|
|
||||||
libpanfrost_bifrost,
|
libpanfrost_bifrost,
|
||||||
],
|
],
|
||||||
build_by_default : with_tools.contains('panfrost')
|
build_by_default : with_tools.contains('panfrost')
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue