Skip to content

Commit

Permalink
libsdl2: Upgrade Graphics BSP to LF6.6.52_2.2.0
Browse files Browse the repository at this point in the history
Add libdecor to PACKAGECONFIG for imx platforms

Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
  • Loading branch information
valijec committed Jan 15, 2025
1 parent bd7576c commit ee0c506
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-graphics/libsdl2/libsdl2_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ CFLAGS:append:imxgpu = " -DLINUX \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '-DEGL_API_FB', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '-DWL_EGL_PLATFORM', '', d)} \
"
PACKAGECONFIG:append:imx-nxp-bsp = " ${PACKAGECONFIG_LIBDECOR}"
PACKAGECONFIG_LIBDECOR ??= "libdecor"

0 comments on commit ee0c506

Please sign in to comment.