pango: Fix build on musl on socs with imxgpu

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2022-09-17 11:26:23 -07:00
parent 3159282461
commit b193283531

View File

@ -0,0 +1,5 @@
# links with imx-gpu libs which are pre-built for glibc
# gcompat will address it during runtime
LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined"
RDEPENDS:${PN}:append:imxgpu:libc-musl = " gcompat"