From ccaef5c9a19e272b42fd40d4297d8602b4ff5a84 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 6 Jul 2012 10:54:52 -0700 Subject: qemu: Explicitly add --disable-gl-accel when gl is not enabled Default seems to be to enable GL accelaration so when gl is not specified in PACKAGECONFIG then add the --disable-gl-accel to really disable it. (From OE-Core rev: 039a2f63712cbe87eb68a8c8c0cc365b74651f5a) Signed-off-by: Khem Raj Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 707493e71b..e618c1d6e1 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,,," +PACKAGECONFIG[gl] = "--enable-gl-accel,--disable-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 \ -- cgit v1.2.3-54-g00ecf