]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Enable spice support in qemu, add spice as a dependency for qemu and bump qemu versio...
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Tue, 29 Mar 2016 18:57:41 +0000 (20:57 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Mar 2016 20:49:48 +0000 (21:49 +0100)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/qemu

index a15dccdbe9c8e7458cfc08dbb9b1ae64009ee332..804ec269f629d968ece7feb4cf87b9bf36e46e76 100644 (file)
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -33,9 +33,9 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 SUP_ARCH   = i586 x86_64
 PROG       = qemu
-PAK_VER    = 17
+PAK_VER    = 18
 
-DEPS       = "sdl"
+DEPS       = "sdl spice"
 
 ###############################################################################
 # Top-level Rules
@@ -81,7 +81,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \
                --enable-kvm --disable-attr \
                --target-list="i386-linux-user x86_64-linux-user arm-linux-user i386-softmmu x86_64-softmmu arm-softmmu" \
-               --extra-cflags="$(CFLAGS)"
+               --extra-cflags="$(CFLAGS)" --enable-spice
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install