summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-04-10 16:12:58 -0300
committerGitHub <noreply@github.com>2024-04-10 16:12:58 -0300
commite6e7c07b08c436310cc9acfe9ff6892155425703 (patch)
tree8ee6de94429a5444de583dc69d29e5c1ec77274c
parent84be484645cdcc12bc12591874bfebd24cc0c9a6 (diff)
parentd81f7b158462b450c0adbb33327be990ccfe06d0 (diff)
downloadmeta-freescale-nanbield.tar.gz
Merge pull request #1755 from MrCry0/master-caironanbield
cairo: Return back packageconfigs for 1.16.0
-rw-r--r--recipes-graphics/cairo/cairo_%.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend
index bf8c38fc..cdf228a3 100644
--- a/recipes-graphics/cairo/cairo_%.bbappend
+++ b/recipes-graphics/cairo/cairo_%.bbappend
@@ -1,3 +1,8 @@
1# Cairo 1.16.0 used in kirkstone, langdale, mickledore and nanbield still
2# requires to replace opengl with the egl/gles for success building.
3PACKAGECONFIG:append:imxgpu3d = " ${@bb.utils.contains('PV', '1.16.0', 'egl glesv2', '', d)}"
4PACKAGECONFIG:remove:imxgpu3d = " ${@bb.utils.contains('PV', '1.16.0', 'opengl', '', d)}"
5
1# links with imx-gpu libs which are pre-built for glibc 6# links with imx-gpu libs which are pre-built for glibc
2# gcompat will address it during runtime 7# gcompat will address it during runtime
3LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" 8LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined"