diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-01-04 10:16:16 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-01-07 16:24:52 -0800 |
commit | e8ffdb733a66b6c65fec8382ec887dccea1cf5bd (patch) | |
tree | 70cff88920b55d0ca2cbea4b7ff27c3efa5f10f3 | |
parent | 9d3ae88f7725897dfa2e5fa3c5e6c5846d797bc4 (diff) | |
download | meta-freescale-e8ffdb733a66b6c65fec8382ec887dccea1cf5bd.tar.gz |
cairo: Drop the removed packageconfigs
These packageconfigs are gone with migration to meson in 1.18+
Fixes
ERROR: cairo-1.18.0-r0 do_configure: QA Issue: cairo: invalid PACKAGECONFIG: egl [invalid-packageconfig]
ERROR: cairo-1.18.0-r0 do_configure: QA Issue: cairo: invalid PACKAGECONFIG: glesv2 [invalid-packageconfig]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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" |