summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-17 15:54:02 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-19 14:09:20 -0700
commit6a882207bccfad31d78b912006138bda79667615 (patch)
treee496849cfe70fcee15aa0cf831d05be427426733 /recipes-graphics/wayland
parentb193283531d05b436839cf66b0b5dca51c345d6d (diff)
downloadmeta-freescale-6a882207bccfad31d78b912006138bda79667615.tar.gz
weston: Allow undefined symbols with musl
These are glibc specific symbols which gcompat should be able to handle at runtime Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/wayland')
-rw-r--r--recipes-graphics/wayland/weston_10.0.0.imx.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_10.0.0.imx.bb b/recipes-graphics/wayland/weston_10.0.0.imx.bb
index a9f6ec13..b9e8fca5 100644
--- a/recipes-graphics/wayland/weston_10.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_10.0.0.imx.bb
@@ -202,6 +202,10 @@ EXTRA_OEMESON:append:imxfbdev = " -Dbackend-default=fbdev"
202 202
203EXTRA_OEMESON += "-Ddeprecated-wl-shell=true" 203EXTRA_OEMESON += "-Ddeprecated-wl-shell=true"
204 204
205# links with imx-gpu libs which are pre-built for glibc
206# gcompat will address it during runtime
207LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined"
208
205PACKAGE_ARCH = "${MACHINE_SOCARCH}" 209PACKAGE_ARCH = "${MACHINE_SOCARCH}"
206COMPATIBLE_MACHINE = "(imxfbdev|imxgpu)" 210COMPATIBLE_MACHINE = "(imxfbdev|imxgpu)"
207 211