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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user