[oe-commits] Khem Raj : qemu.inc: Fix packageconfig options

git at git.openembedded.org git at git.openembedded.org
Mon Jun 25 15:33:29 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 68a170c9b69fc70b22167f344e6f72f028938066
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=68a170c9b69fc70b22167f344e6f72f028938066

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Jun 21 15:44:48 2012 -0700

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.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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 e618c1d..707493e 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -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 \





More information about the Openembedded-commits mailing list