summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston_10.0.0.imx.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/wayland/weston_10.0.0.imx.bb')
-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