]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
qemu: Use libsdl.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 26 Feb 2010 22:21:56 +0000 (23:21 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 26 Feb 2010 22:21:56 +0000 (23:21 +0100)
pkgs/core/qemu/qemu.nm

index f1493447e02d98bba89ae8e1cb50d17d91aea24e..ce4d203907e0944bf020a4ad81e501af96d7ce1c 100644 (file)
@@ -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