diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2018-06-01 10:29:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-07 08:52:55 +0100 |
commit | e8b2fba7517a7c7830c6c73403d3f4bc0fe4a549 (patch) | |
tree | 68d9eb7d1e436a6d72555c970381bff899087ccd /meta/recipes-devtools/qemu | |
parent | 484b48b814eb776085e5da07bf7c956f4190636a (diff) | |
download | poky-e8b2fba7517a7c7830c6c73403d3f4bc0fe4a549.tar.gz |
qemu: use sdl2 instead of sdl1
* sdl1 since qemu-2.12.0 depends on x11 in DISTRO_FEATURES, switch to sdl2
(From OE-Core rev: b90aaf0ca1bd82cca2f13164407881c53f15739c)
Signed-off-by: Martin Jansa <Martin.Jansa@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 | 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 773ac81a6e..faaea781cd 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -87,7 +87,7 @@ PACKAGECONFIG_class-native_remove = "${@'kvm' if not os.path.exists('/usr/includ | |||
87 | PACKAGECONFIG_remove_darwin = "kvm" | 87 | PACKAGECONFIG_remove_darwin = "kvm" |
88 | PACKAGECONFIG_remove_mingw32 = "kvm" | 88 | PACKAGECONFIG_remove_mingw32 = "kvm" |
89 | 89 | ||
90 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl" | 90 | PACKAGECONFIG[sdl] = "--enable-sdl --with-sdlabi=2.0,--disable-sdl,libsdl2" |
91 | PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr,--disable-virtfs,libcap attr," | 91 | PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr,--disable-virtfs,libcap attr," |
92 | PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio," | 92 | PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio," |
93 | PACKAGECONFIG[xfs] = "--enable-xfsctl,--disable-xfsctl,xfsprogs," | 93 | PACKAGECONFIG[xfs] = "--enable-xfsctl,--disable-xfsctl,xfsprogs," |