diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-02-28 14:15:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-28 13:29:02 +0000 |
commit | 598280697ce50ef5cbf38e78a66c304b4b7641ec (patch) | |
tree | 9de1a7430fbba6719902d94f2e81dec4337ad7d2 /meta/recipes-devtools/qemu | |
parent | 18bead102afabffcf3842ee099dcd22b8a598b8d (diff) | |
download | poky-598280697ce50ef5cbf38e78a66c304b4b7641ec.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-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," |