mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
qemu: remove glx/virgl/gtk options from darwin/mingw targets
As they are not supported, and would lead to build failures. (From OE-Core rev: ca3b44760b1a56269d9ba0ec814a2aad4b7640f7) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
18bead102a
commit
598280697c
@@ -122,9 +122,9 @@ make_qemu_wrapper() {
|
||||
done
|
||||
}
|
||||
|
||||
# Disable kvm on targets that do not support it
|
||||
PACKAGECONFIG_remove_darwin = "kvm"
|
||||
PACKAGECONFIG_remove_mingw32 = "kvm"
|
||||
# Disable kvm/virgl/mesa on targets that do not support it
|
||||
PACKAGECONFIG_remove_darwin = "kvm virglrenderer glx gtk+"
|
||||
PACKAGECONFIG_remove_mingw32 = "kvm virglrenderer glx gtk+"
|
||||
|
||||
PACKAGECONFIG[sdl] = "--enable-sdl --with-sdlabi=2.0,--disable-sdl,libsdl2"
|
||||
PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr,--disable-virtfs,libcap attr,"
|
||||
|
||||
Reference in New Issue
Block a user