From f3c32efa9baf4ea9e62f885db9995da8c3afd0c5 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Fri, 25 Oct 2019 14:46:04 -0700 Subject: libsdl2: Fix build failure when using mesa 19.2.1 (From OE-Core rev: e5dfed5771f3e988feb1b8744d191ffd742ad2fc) Signed-off-by: Alistair Francis Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb') diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb index cdc8650e17..862abe1d54 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb @@ -15,6 +15,7 @@ PROVIDES = "virtual/libsdl2" SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz \ file://more-gen-depends.patch \ file://0001-Fixed-bug-4538-validate-image-size-when-loading-BMP-.patch \ + file://0002-Fixed-bug-4797-SDL-fails-to-compile-with-Mesa-Master.patch \ " S = "${WORKDIR}/SDL2-${PV}" -- cgit v1.2.3-54-g00ecf