From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 7/7] Enable spice support in qemu, add spice as a dependency for qemu and bump qemu version number. Date: Tue, 29 Mar 2016 20:57:41 +0200 Message-ID: <1459277861-609-8-git-send-email-jonatan.schlag@ipfire.org> In-Reply-To: <1459277861-609-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5097681998897140890==" List-Id: --===============5097681998897140890== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Jonatan Schlag --- lfs/qemu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/qemu b/lfs/qemu index a15dccd..804ec26 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -33,9 +33,9 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) SUP_ARCH =3D i586 x86_64 PROG =3D qemu -PAK_VER =3D 17 +PAK_VER =3D 18 =20 -DEPS =3D "sdl" +DEPS =3D "sdl spice" =20 ############################################################################= ### # Top-level Rules @@ -81,7 +81,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure --prefix=3D/usr --sysconfdir=3D/etc \ --enable-kvm --disable-attr \ --target-list=3D"i386-linux-user x86_64-linux-user arm-linux-user i386-sof= tmmu x86_64-softmmu arm-softmmu" \ - --extra-cflags=3D"$(CFLAGS)" + --extra-cflags=3D"$(CFLAGS)" --enable-spice cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install =20 --=20 2.1.4 --===============5097681998897140890==--