From 8fe20b22cdf46b05ab88daf2057e033c63e277f4 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 30 Aug 2021 16:24:46 +0200 Subject: [PATCH] libsdl2: update update to latest commit because libsdl-2.0.16 has an annoying bug with wlroots that prevents running apps in fullscreen --- recipes-graphics/libsdl2/libsdl2_%.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes-graphics/libsdl2/libsdl2_%.bbappend diff --git a/recipes-graphics/libsdl2/libsdl2_%.bbappend b/recipes-graphics/libsdl2/libsdl2_%.bbappend new file mode 100644 index 0000000..266a5fa --- /dev/null +++ b/recipes-graphics/libsdl2/libsdl2_%.bbappend @@ -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" +