diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-20 11:20:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-20 16:39:08 +0100 |
commit | e9a6df98458d9147227659d3888eff01589f2f76 (patch) | |
tree | 773b25a952f2fb756b3c4890d59d8ac1cc02a509 /meta/recipes-devtools/qemu/qemu.inc | |
parent | c39e823138cbf4210e17bdb95ca322ec0a6c8f78 (diff) | |
download | openembedded-core-e9a6df98458d9147227659d3888eff01589f2f76.tar.gz openembedded-core-e9a6df98458d9147227659d3888eff01589f2f76.tar.bz2 openembedded-core-e9a6df98458d9147227659d3888eff01589f2f76.zip |
qemu-0.15: Drop GL passthrough support
These patches are a maintenance nightmare and impacting our abaility to
keep up to date with qemu. They are also a source of various bugs.
Remove them until someone is willing to step up and maintain them,
or upstream gains GL support.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index bf41b3bdfb..9cb4aee458 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -38,12 +38,10 @@ do_install () { install -m 0755 ${WORKDIR}/powerpc_rom.bin ${D}${datadir}/qemu } -PACKAGECONFIG ??= "gl" -PACKAGECONFIG[gl] = "--enable-gl-accel,--disable-gl-accel,," +PACKAGECONFIG ??= "" DEPENDS_virtclass-native = "zlib-native alsa-lib-native glib-2.0-native" -DEPENDS_virtclass-nativesdk = "zlib-nativesdk libsdl-nativesdk glib-2.0-nativesdk \ - ${@base_contains('DISTRO_FEATURES', 'x11', 'qemugl-nativesdk', '', d)}" +DEPENDS_virtclass-nativesdk = "zlib-nativesdk libsdl-nativesdk glib-2.0-nativesdk" RDEPENDS_virtclass-nativesdk = "libsdl-nativesdk" EXTRA_OECONF_virtclass-nativesdk = "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls \ --disable-curl \ |