From: Markus Volk Date: Sun, 27 Apr 2025 16:39:10 +0000 (+0200) Subject: qemu.inc: make use of virtual/libsdl2 X-Git-Tag: uninative-4.8~625 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21033e98045d03025f6e12dba16428fa484b3057;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git qemu.inc: make use of virtual/libsdl2 Fix to ensure it would work with both libsdl2 and libsdl2-compat Signed-off-by: Markus Volk Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 048266f5f6d..68b1e7067e0 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -165,7 +165,7 @@ do_install () { PACKAGECONFIG:remove:darwin = "kvm virglrenderer epoxy gtk+" PACKAGECONFIG:remove:mingw32 = "kvm virglrenderer epoxy gtk+ pie" -PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl2" +PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl2" PACKAGECONFIG[sdl-image] = "--enable-sdl-image,--disable-sdl-image,libsdl2-image" PACKAGECONFIG[png] = "--enable-png,--disable-png,libpng" PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr --enable-cap-ng,--disable-virtfs,libcap-ng attr,"