From 4b2f63e70689a0507419bc681a6f7f018b7aa4e6 Mon Sep 17 00:00:00 2001 From: MarkusVolk Date: Thu, 30 Sep 2021 18:34:10 +0200 Subject: [PATCH] libsdl2: update --- recipes-graphics/libsdl2/libsdl2_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/libsdl2/libsdl2_%.bbappend b/recipes-graphics/libsdl2/libsdl2_%.bbappend index 266a5fa..3b7b728 100644 --- a/recipes-graphics/libsdl2/libsdl2_%.bbappend +++ b/recipes-graphics/libsdl2/libsdl2_%.bbappend @@ -1,7 +1,7 @@ SRC_URI = "git://github.com/libsdl-org/SDL.git;branch=main;protocol=https" S = "${WORKDIR}/git" PV = "2.0.16+${SRCREV}" -SRCREV = "b9bf7ffec755815c95b9d980dffe463f5717d149" +SRCREV = "ab09f3dae5bf89f17ef92d78ff7e5d2fde9c14b8" EXTRA_OECONF:remove = "--enable-sdl-dlopen"