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: Cleanup rpath
We don't need special rpath. Change-Id: I818416e89900180bbf572b740da01b832023aca8 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
This commit is contained in:
@@ -62,6 +62,7 @@ libhook = shared_library(
|
||||
include_directories : libhook_inc,
|
||||
dependencies : libhook_dep,
|
||||
install : true,
|
||||
install_rpath : '$ORIGIN',
|
||||
version : mali_version)
|
||||
|
||||
libhook_ldflags = ['-L${libdir}', '-lmali-hook']
|
||||
@@ -70,7 +71,8 @@ libhook_ldflags = ['-L${libdir}', '-lmali-hook']
|
||||
libinjector = static_library(
|
||||
'mali-hook-injector',
|
||||
'injector.c',
|
||||
install : true)
|
||||
install : true,
|
||||
install_rpath : '$ORIGIN')
|
||||
|
||||
# Ensure that the hook library would not be removed as unused
|
||||
libhook_ldflags += \
|
||||
|
||||
@@ -250,6 +250,7 @@ foreach name, values : map
|
||||
link_with : [libhook, libmali],
|
||||
install : true,
|
||||
install_dir : wrapper_libdir,
|
||||
install_rpath : '$ORIGIN',
|
||||
version : version)
|
||||
endforeach
|
||||
|
||||
|
||||
Reference in New Issue
Block a user