提交 335dbb5d 编写于 作者: T Thomas Huth 提交者: Peter Maydell

tests/docker/test-mingw and docs: Remove --with-sdlabi=2.0

Patchew currently reports failures with the mingw docker test - this
is due to --with-sdlabi=2.0 configure flag which does not exist anymore.
Remove this remainder from the docker test and the docs now.
Signed-off-by: NThomas Huth <thuth@redhat.com>
Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
Reviewed-by: NPhilippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: NPhilippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: NAlex Bennée <alex.bennee@linaro.org>
Message-id: 1549268743-18502-1-git-send-email-thuth@redhat.com
Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
上级 f3b4d5ca
...@@ -9,7 +9,7 @@ First you must compile qemu with a user interface supporting ...@@ -9,7 +9,7 @@ First you must compile qemu with a user interface supporting
multihead/multiseat and input event routing. Right now this multihead/multiseat and input event routing. Right now this
list includes sdl2, gtk (both 2+3) and vnc: list includes sdl2, gtk (both 2+3) and vnc:
./configure --enable-sdl --with-sdlabi=2.0 ./configure --enable-sdl
or or
......
...@@ -27,8 +27,7 @@ for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do ...@@ -27,8 +27,7 @@ for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do
--enable-curl \ --enable-curl \
--enable-vnc \ --enable-vnc \
--enable-bzip2 \ --enable-bzip2 \
--enable-guest-agent \ --enable-guest-agent
--with-sdlabi=2.0
install_qemu install_qemu
make clean make clean
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册