diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-01-07 21:27:34 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-07 21:27:34 -0300 |
commit | 2653084202ee703941145c947ed5678d130cb9a7 (patch) | |
tree | 70cff88920b55d0ca2cbea4b7ff27c3efa5f10f3 | |
parent | 9d3ae88f7725897dfa2e5fa3c5e6c5846d797bc4 (diff) | |
parent | e8ffdb733a66b6c65fec8382ec887dccea1cf5bd (diff) | |
download | meta-freescale-2653084202ee703941145c947ed5678d130cb9a7.tar.gz |
Merge pull request #1720 from YoeDistro/yoe/pu
cairo: Drop the removed packageconfigs
-rw-r--r-- | recipes-graphics/cairo/cairo_%.bbappend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend index c61e9a58..bf8c38fc 100644 --- a/recipes-graphics/cairo/cairo_%.bbappend +++ b/recipes-graphics/cairo/cairo_%.bbappend | |||
@@ -1,6 +1,3 @@ | |||
1 | PACKAGECONFIG:append:imxgpu3d = " egl glesv2" | ||
2 | PACKAGECONFIG:remove:imxgpu3d = "opengl" | ||
3 | |||
4 | # links with imx-gpu libs which are pre-built for glibc | 1 | # links with imx-gpu libs which are pre-built for glibc |
5 | # gcompat will address it during runtime | 2 | # gcompat will address it during runtime |
6 | LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" | 3 | LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" |