diff options
author | Valentin Jec <valentin.jec@nxp.com> | 2025-01-15 19:40:01 +0200 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2025-01-17 13:34:53 -0800 |
commit | edcb89a9955b4f7211b7e8d2fac1680a4d337bfe (patch) | |
tree | b405f0e4131fceca016f207f7f9c848173343f85 | |
parent | e28b8ed58d0c505ed2b5a7d4d901dfa1b4ab1e26 (diff) | |
download | meta-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_%.bbappend | 3 |
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 @@ | |||
1 | PACKAGECONFIG:append:imx-nxp-bsp = " ${PACKAGECONFIG_LIBDECOR}" | ||
2 | PACKAGECONFIG_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 ... |
3 | EXTRA_OECMAKE:append:imxgpu = " -DSDL_VIVANTE=OFF" | 6 | EXTRA_OECMAKE:append:imxgpu = " -DSDL_VIVANTE=OFF" |