mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 21:40:22 +01:00
panfrost/meson: Link with libpanfrost_shared
Fixes: 035a07c0 ("panfrost: Switch to lima tiling")
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
f7f8fb1b55
commit
dc668203db
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ libpanfrost = static_library(
|
|||
|
||||
driver_panfrost = declare_dependency(
|
||||
compile_args : compile_args_panfrost,
|
||||
link_with : [libpanfrost, libpanfrostwinsys],
|
||||
link_with : [libpanfrost, libpanfrostwinsys, libpanfrost_shared],
|
||||
)
|
||||
|
||||
files_bifrost = files(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue