diff --git a/recipes-graphics/libsdl2/libsdl2_%.bbappend b/recipes-graphics/libsdl2/libsdl2_%.bbappend index 3b7b728..e9627b5 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 = "ab09f3dae5bf89f17ef92d78ff7e5d2fde9c14b8" +PV = "2.0.18" +SRCREV = "release-${PV}" EXTRA_OECONF:remove = "--enable-sdl-dlopen"