From: Markus Volk Date: Mon, 21 Apr 2025 15:47:02 +0000 (+0200) Subject: qemu: add PACKAGECONFIG for sdl-image X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca848cd15bf61f12cdadf4c94c985f2e87a932c8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemu: add PACKAGECONFIG for sdl-image This allows to enable sdl-image support from a bbappend file Signed-off-by: Markus Volk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 1fb387e9b5f..048266f5f6d 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -166,6 +166,7 @@ PACKAGECONFIG:remove:darwin = "kvm virglrenderer epoxy gtk+" PACKAGECONFIG:remove:mingw32 = "kvm virglrenderer epoxy gtk+ pie" PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,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," PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio,"