summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentin Jec <valentin.jec@nxp.com>2025-01-15 19:40:01 +0200
committerTom Hochstein <tom.hochstein@nxp.com>2025-01-17 13:34:53 -0800
commitedcb89a9955b4f7211b7e8d2fac1680a4d337bfe (patch)
treeb405f0e4131fceca016f207f7f9c848173343f85
parente28b8ed58d0c505ed2b5a7d4d901dfa1b4ab1e26 (diff)
downloadmeta-freescale-edcb89a9955b4f7211b7e8d2fac1680a4d337bfe.tar.gz
libsdl2: Upgrade Graphics BSP to LF6.6.52_2.2.0
Add libdecor to PACKAGECONFIG for imx platforms Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
-rw-r--r--recipes-graphics/libsdl2/libsdl2_%.bbappend3
1 files changed, 3 insertions, 0 deletions
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 @@
1PACKAGECONFIG:append:imx-nxp-bsp = " ${PACKAGECONFIG_LIBDECOR}"
2PACKAGECONFIG_LIBDECOR ??= "libdecor"
3
1# what vivante driver does libsdl2 mean? Anyway it fails with missing functions as 4# what vivante driver does libsdl2 mean? Anyway it fails with missing functions as
2# VIVANTE_Create VIVANTE_GLES_GetProcAddress VIVANTE_GLES_UnloadLibrary ... 5# VIVANTE_Create VIVANTE_GLES_GetProcAddress VIVANTE_GLES_UnloadLibrary ...
3EXTRA_OECMAKE:append:imxgpu = " -DSDL_VIVANTE=OFF" 6EXTRA_OECMAKE:append:imxgpu = " -DSDL_VIVANTE=OFF"