diff options
| author | Markus Volk <f_l_k@t-online.de> | 2025-04-21 17:47:02 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-23 09:47:42 +0100 |
| commit | 571a4f4bb84ef97bf6d3608f0e1739d10163f417 (patch) | |
| tree | 86a7d7c80f66b6e583361a5293bce9e29a4bdf8f /meta | |
| parent | 88ebbd6b993577d1d0b203663bdcbd9c4f4987d9 (diff) | |
| download | poky-571a4f4bb84ef97bf6d3608f0e1739d10163f417.tar.gz | |
qemu: add PACKAGECONFIG for sdl-image
This allows to enable sdl-image support from a bbappend file
(From OE-Core rev: ca848cd15bf61f12cdadf4c94c985f2e87a932c8)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 1fb387e9b5..048266f5f6 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+" | |||
| 166 | PACKAGECONFIG:remove:mingw32 = "kvm virglrenderer epoxy gtk+ pie" | 166 | PACKAGECONFIG:remove:mingw32 = "kvm virglrenderer epoxy gtk+ pie" |
| 167 | 167 | ||
| 168 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl2" | 168 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl2" |
| 169 | PACKAGECONFIG[sdl-image] = "--enable-sdl-image,--disable-sdl-image,libsdl2-image" | ||
| 169 | PACKAGECONFIG[png] = "--enable-png,--disable-png,libpng" | 170 | PACKAGECONFIG[png] = "--enable-png,--disable-png,libpng" |
| 170 | PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr --enable-cap-ng,--disable-virtfs,libcap-ng attr," | 171 | PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr --enable-cap-ng,--disable-virtfs,libcap-ng attr," |
| 171 | PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio," | 172 | PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio," |
