diff options
| author | Markus Volk <f_l_k@t-online.de> | 2025-04-27 18:39:10 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-01 14:22:54 +0100 |
| commit | c07ded97d7303c2db56dd3ae8b362dbe7f7aa554 (patch) | |
| tree | bba0f1d58221adcb59062040d1a8d7528abaf609 | |
| parent | dd1e47489e0696f224db0471b88e8fd45c731970 (diff) | |
| download | poky-c07ded97d7303c2db56dd3ae8b362dbe7f7aa554.tar.gz | |
qemu.inc: make use of virtual/libsdl2
Fix to ensure it would work with both libsdl2 and libsdl2-compat
(From OE-Core rev: 21033e98045d03025f6e12dba16428fa484b3057)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 048266f5f6..68b1e7067e 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
| @@ -165,7 +165,7 @@ do_install () { | |||
| 165 | PACKAGECONFIG:remove:darwin = "kvm virglrenderer epoxy gtk+" | 165 | 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,virtual/libsdl2" |
| 169 | PACKAGECONFIG[sdl-image] = "--enable-sdl-image,--disable-sdl-image,libsdl2-image" | 169 | PACKAGECONFIG[sdl-image] = "--enable-sdl-image,--disable-sdl-image,libsdl2-image" |
| 170 | PACKAGECONFIG[png] = "--enable-png,--disable-png,libpng" | 170 | PACKAGECONFIG[png] = "--enable-png,--disable-png,libpng" |
| 171 | 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," |
