mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
pango: Fix build on musl on socs with imxgpu
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
3159282461
commit
b193283531
5
recipes-graphics/pango/pango_%.bbappend
Normal file
5
recipes-graphics/pango/pango_%.bbappend
Normal 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"
|
Loading…
Reference in New Issue
Block a user