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: Fix configure warning
Strip leading 'lib' in find_library(). Change-Id: I549678378dea71631e4523c9bcdcd5bc5ef63517 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
This commit is contained in:
@@ -132,7 +132,7 @@ cl_headers = {
|
||||
}
|
||||
|
||||
# Load original mali library for later function checks and linking
|
||||
mali = cc.find_library(fs.stem(default_lib),
|
||||
mali = cc.find_library(fs.stem(default_lib).replace('lib', ''),
|
||||
dirs : meson.current_source_dir() / fs.parent(default_lib))
|
||||
|
||||
# Provide newer GBM version with hook library
|
||||
|
||||
Reference in New Issue
Block a user