diff options
author | Valentin Jec <valentin.jec@nxp.com> | 2025-01-15 19:40:01 +0200 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-21 15:17:16 +0000 |
commit | 424aafe53daa91ede40287951754caa437bd9e08 (patch) | |
tree | ec9bb779e523f820852dc13daefc030489afba42 | |
parent | 53285059774495007a481894f1e827bed99df479 (diff) | |
download | meta-freescale-424aafe53daa91ede40287951754caa437bd9e08.tar.gz |
libsdl2: Upgrade Graphics BSP to LF6.6.52_2.2.0backport-2068-to-scarthgap
Add libdecor to PACKAGECONFIG for imx platforms
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
(cherry picked from commit edcb89a9955b4f7211b7e8d2fac1680a4d337bfe)
-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" |