From b5bd73c5f845ee14c4baa0f5235381b88dbcc4f5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 3 Sep 2022 18:04:15 -0700 Subject: cairo: Ignore undef symbols on musl with imxgpu Signed-off-by: Khem Raj --- recipes-graphics/cairo/cairo_%.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'recipes-graphics') diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend index 2c73c7f32..245adb591 100644 --- a/recipes-graphics/cairo/cairo_%.bbappend +++ b/recipes-graphics/cairo/cairo_%.bbappend @@ -1,2 +1,8 @@ PACKAGECONFIG:append:imxgpu3d = " egl glesv2" PACKAGECONFIG:remove:imxgpu3d = "opengl" + +# links with imx-gpu libs which are pre-built for glibc +# gcompat will address it during runtime +LDFLAGS:append:imxgpu3d:libc-musl = " -Wl,--allow-shlib-undefined" +LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" + -- cgit v1.2.3-54-g00ecf