]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu.inc: Fix packageconfig options
authorKhem Raj <raj.khem@gmail.com>
Thu, 21 Jun 2012 22:44:48 +0000 (15:44 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Jun 2012 15:32:15 +0000 (16:32 +0100)
--{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.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/qemu/qemu.inc

index e618c1d6e11bc347232b062707fa245b63b7e47c..707493e71b76bbe6199c2391ca926053d8c9dbb6 100644 (file)
@@ -38,7 +38,7 @@ do_install () {
 }
 
 PACKAGECONFIG ??= "gl"
-PACKAGECONFIG[gl] = "--enable-gl-accel,--disable-gl-accel,,"
+PACKAGECONFIG[gl] = "--enable-gl-accel,,,"
 
 DEPENDS_virtclass-native = "zlib-native alsa-lib-native glib-2.0-native"
 DEPENDS_virtclass-nativesdk = "zlib-nativesdk libsdl-nativesdk glib-2.0-nativesdk \