From 424aafe53daa91ede40287951754caa437bd9e08 Mon Sep 17 00:00:00 2001 From: Valentin Jec Date: Wed, 15 Jan 2025 19:40:01 +0200 Subject: libsdl2: Upgrade Graphics BSP to LF6.6.52_2.2.0 Add libdecor to PACKAGECONFIG for imx platforms Signed-off-by: Valentin Jec (cherry picked from commit edcb89a9955b4f7211b7e8d2fac1680a4d337bfe) --- recipes-graphics/libsdl2/libsdl2_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-graphics/libsdl2/libsdl2_%.bbappend b/recipes-graphics/libsdl2/libsdl2_%.bbappend index 3b2655ce..e8c7ac16 100644 --- a/recipes-graphics/libsdl2/libsdl2_%.bbappend +++ b/recipes-graphics/libsdl2/libsdl2_%.bbappend @@ -1,3 +1,6 @@ +PACKAGECONFIG:append:imx-nxp-bsp = " ${PACKAGECONFIG_LIBDECOR}" +PACKAGECONFIG_LIBDECOR ??= "libdecor" + # what vivante driver does libsdl2 mean? Anyway it fails with missing functions as # VIVANTE_Create VIVANTE_GLES_GetProcAddress VIVANTE_GLES_UnloadLibrary ... EXTRA_OECMAKE:append:imxgpu = " -DSDL_VIVANTE=OFF" -- cgit v1.2.3-54-g00ecf