[oe-commits] Mihai Prica : qemu: Enabled SDL when compiling for target architecture

git at git.openembedded.org git at git.openembedded.org
Thu Apr 4 13:11:27 UTC 2013


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

Author: Mihai Prica <mihai.prica at intel.com>
Date:   Thu Apr  4 15:09:15 2013 +0300

qemu: Enabled SDL when compiling for target architecture

Enables qemu to run images with video output without the need for vncviewer.

Signed-off-by: Mihai Prica <mihai.prica at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/qemu/qemu.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 1b5b569..06fa88b 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "open source processor emulator"
 HOMEPAGE = "http://qemu.org"
 LICENSE = "GPLv2 & LGPLv2.1"
-DEPENDS = "glib-2.0 zlib alsa-lib virtual/libx11 pixman dtc"
+DEPENDS = "glib-2.0 zlib alsa-lib virtual/libx11 pixman dtc libsdl"
 DEPENDS_class-native = "zlib-native alsa-lib-native glib-2.0-native pixman-native dtc-native"
 DEPENDS_class-nativesdk = "nativesdk-zlib nativesdk-libsdl nativesdk-glib-2.0 nativesdk-pixman nativesdk-dtc"
 RDEPENDS_${PN}_class-nativesdk = "nativesdk-libsdl"
@@ -13,7 +13,7 @@ BBCLASSEXTEND = "native nativesdk"
 # QEMU_TARGETS is overridable variable
 QEMU_TARGETS ?= "arm i386 mips mipsel mips64 mips64el ppc sh4 x86_64"
 
-SDL ?= "--disable-sdl"
+SDL ?= ""
 SDL_class-native ?= ""
 SDL_class-nativesdk ?= ""
 





More information about the Openembedded-commits mailing list