diff options
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index ebee2974d2..985289f542 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -122,9 +122,9 @@ make_qemu_wrapper() { | |||
122 | done | 122 | done |
123 | } | 123 | } |
124 | 124 | ||
125 | # Disable kvm on targets that do not support it | 125 | # Disable kvm/virgl/mesa on targets that do not support it |
126 | PACKAGECONFIG_remove_darwin = "kvm" | 126 | PACKAGECONFIG_remove_darwin = "kvm virglrenderer glx gtk+" |
127 | PACKAGECONFIG_remove_mingw32 = "kvm" | 127 | PACKAGECONFIG_remove_mingw32 = "kvm virglrenderer glx gtk+" |
128 | 128 | ||
129 | PACKAGECONFIG[sdl] = "--enable-sdl --with-sdlabi=2.0,--disable-sdl,libsdl2" | 129 | PACKAGECONFIG[sdl] = "--enable-sdl --with-sdlabi=2.0,--disable-sdl,libsdl2" |
130 | PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr,--disable-virtfs,libcap attr," | 130 | PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr,--disable-virtfs,libcap attr," |