libsdl2: update

update to latest commit because libsdl-2.0.16 has an annoying bug with
wlroots that prevents running apps in fullscreen
This commit is contained in:
Markus Volk 2021-08-30 16:24:46 +02:00
parent b59ee3f075
commit 8fe20b22cd

View File

@ -0,0 +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"
EXTRA_OECONF:remove = "--enable-sdl-dlopen"