From e8ffdb733a66b6c65fec8382ec887dccea1cf5bd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 4 Jan 2024 10:16:16 -0800 Subject: 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 --- recipes-graphics/cairo/cairo_%.bbappend | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend index c61e9a589..bf8c38fc3 100644 --- a/recipes-graphics/cairo/cairo_%.bbappend +++ b/recipes-graphics/cairo/cairo_%.bbappend @@ -1,6 +1,3 @@ -PACKAGECONFIG:append:imxgpu3d = " egl glesv2" -PACKAGECONFIG:remove:imxgpu3d = "opengl" - # links with imx-gpu libs which are pre-built for glibc # gcompat will address it during runtime LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" -- cgit v1.2.3-54-g00ecf