1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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 <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2012-07-06 10:54:52 -07:00
committed by Richard Purdie
parent 3cf4c8d3e9
commit ccaef5c9a1
+1 -1
View File
@@ -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 \