From: Khem Raj Date: Fri, 6 Jul 2012 17:54:52 +0000 (-0700) Subject: qemu: Explicitly add --disable-gl-accel when gl is not enabled X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~40821 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039a2f63712cbe87eb68a8c8c0cc365b74651f5a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Khem Raj Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 707493e71b7..e618c1d6e11 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 \