meta-wayland/recipes-graphics/libsdl2/libsdl2_%.bbappend
Markus Volk 8fe20b22cd libsdl2: update
update to latest commit because libsdl-2.0.16 has an annoying bug with
wlroots that prevents running apps in fullscreen
2021-08-30 16:24:46 +02:00

8 lines
218 B
Plaintext

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"