From ae202197ed420c6d551d3ce21765d3fec9dc5c88 Mon Sep 17 00:00:00 2001 From: Mark Jonas Date: Mon, 2 Nov 2020 09:34:40 +0100 Subject: libsdl2: Fix directfb SDL_RenderFillRect Refactoring of SDL2 internal API has broken SDL_RenderFillRect for DirectFB. The problem has already been fixed upstream. (From OE-Core rev: e0201460f7888d220555e84ce2981ff5578114d4) Signed-off-by: Mark Jonas Signed-off-by: Richard Purdie (cherry picked from commit a7c8dfc1f9beebeb9da7f61b323d85fba82ec1cb) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb') diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb index 6285477921..1049aa548a 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb @@ -19,6 +19,7 @@ PROVIDES = "virtual/libsdl2" SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz \ file://more-gen-depends.patch \ file://directfb-spurious-curly-brace-missing-e.patch \ + file://directfb-renderfillrect-fix.patch \ " S = "${WORKDIR}/SDL2-${PV}" -- cgit v1.2.3-54-g00ecf