diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-06-21 15:44:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-25 16:35:53 +0100 |
commit | 06fe8a9a4ed2ad8042b55fbcc2c824414e9fa197 (patch) | |
tree | 838714e4d5ead46ff14e27d81320d931a99e7fa9 /meta/recipes-devtools/qemu | |
parent | bd006a96711167c4498cc7e78994900435e42921 (diff) | |
download | poky-06fe8a9a4ed2ad8042b55fbcc2c824414e9fa197.tar.gz |
qemu.inc: Fix packageconfig options
--{en|dis}able-gl-accel is spcefic to gl
patches in 0.15.1 which may not be available
for other qemu's so if someone chooses to remove
gl from PACKAGECONFIG then we dont explicitly
use the --disable-gl-accel option since this
wont be recognised by configure.
(From OE-Core rev: 68a170c9b69fc70b22167f344e6f72f028938066)
Signed-off-by: Khem Raj <raj.khem@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 e618c1d6e1..707493e71b 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -38,7 +38,7 @@ do_install () { | |||
38 | } | 38 | } |
39 | 39 | ||
40 | PACKAGECONFIG ??= "gl" | 40 | PACKAGECONFIG ??= "gl" |
41 | PACKAGECONFIG[gl] = "--enable-gl-accel,--disable-gl-accel,," | 41 | PACKAGECONFIG[gl] = "--enable-gl-accel,,," |
42 | 42 | ||
43 | DEPENDS_virtclass-native = "zlib-native alsa-lib-native glib-2.0-native" | 43 | DEPENDS_virtclass-native = "zlib-native alsa-lib-native glib-2.0-native" |
44 | DEPENDS_virtclass-nativesdk = "zlib-nativesdk libsdl-nativesdk glib-2.0-nativesdk \ | 44 | DEPENDS_virtclass-nativesdk = "zlib-nativesdk libsdl-nativesdk glib-2.0-nativesdk \ |