You've already forked libmali-rockchip
mirror of
https://github.com/armbian/libmali-rockchip.git
synced 2026-01-06 12:03:41 -08:00
meson: Force linking dummy libraries to mali
Change-Id: Ib6a7d4483fdab180d359c5647fde58dead6f0364 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
This commit is contained in:
@@ -215,7 +215,7 @@ foreach name, values : map
|
||||
shared_library(
|
||||
wrapper,
|
||||
dummy_source,
|
||||
link_with : libhook,
|
||||
link_with : [libhook, libmali],
|
||||
install : true,
|
||||
install_dir : wrapper_libdir,
|
||||
version : version)
|
||||
|
||||
Reference in New Issue
Block a user