From: Michael Tremer Date: Fri, 26 Feb 2010 22:21:56 +0000 (+0100) Subject: qemu: Use libsdl. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c1d1acbc70f23b5e5eeca6efb99c332139fc0a7;p=ipfire-3.x.git qemu: Use libsdl. --- diff --git a/pkgs/core/qemu/qemu.nm b/pkgs/core/qemu/qemu.nm index f1493447e..ce4d20390 100644 --- a/pkgs/core/qemu/qemu.nm +++ b/pkgs/core/qemu/qemu.nm @@ -34,7 +34,7 @@ PKG_URL = http://www.linux-kvm.org/page/Main_Page PKG_LICENSE = GPLv2+ PKG_SUMMARY = QEMU is a generic and open source machine emulator and virtualizer. -PKG_DEPS += curl gnutls ncurses pciutils util-linux-ng +PKG_DEPS += curl gnutls ncurses pciutils sdl util-linux-ng define PKG_DESCRIPTION QEMU is a processor emulator that relies on dynamic binary translation \ @@ -52,5 +52,8 @@ CONFIGURE_OPTIONS += \ --prefix=/usr \ --enable-kvm \ --disable-strip \ - --disable-sdl \ --disable-xen + +define STAGE_CONFIGURE_CMDS + cd $(DIR_APP) && sed -e "s@-Wl,-rpath,/usr/lib@@g" -i */config-target.mak +endef