[5/6] qemu: disable sdl and documentation

Message ID 20191110130302.21867-5-jonatan.schlag@ipfire.org
State Accepted
Commit f64cbda3d1983204b5624b55498977020829894a
Headers
Series [1/6] Libvirt: disable Wireshark |

Commit Message

Jonatan Schlag Nov. 10, 2019, 1:03 p.m. UTC
  A newer version of qemu does not build anymore with our version of sdl. I
tried around a little bit and as I have not got a clue why we are using
sdl (spice and remote access still works)  I think we should disable it.

I disabled the generation of the documentation as well but this switch
does not seem to have any effect.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
---
 lfs/qemu | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Patch

diff --git a/lfs/qemu b/lfs/qemu
index d18b49cb3..9fdb6b7b6 100644
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -82,7 +82,8 @@  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \
 		--localstatedir=/var --enable-kvm --disable-bluez --disable-attr \
 		--target-list="i386-linux-user x86_64-linux-user arm-linux-user i386-softmmu x86_64-softmmu arm-softmmu" \
-		--extra-cflags="$(CFLAGS)" --enable-spice --enable-usb-redir --enable-seccomp
+		--extra-cflags="$(CFLAGS)" --enable-spice --enable-usb-redir --enable-seccomp \
+		--disable-docs --disable-sdl
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install