qemu: disable sdl and documentation

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>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Jonatan Schlag
2019-11-10 13:03:01 +00:00
committed by Arne Fitzenreiter
parent 5cc921b474
commit f64cbda3d1

View File

@@ -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