From: Paolo Bonzini Date: Thu, 18 Oct 2018 18:10:03 +0000 (+0200) Subject: tests: docker: update test-mingw for GTK+ 2.0 removal X-Git-Tag: v3.1.0-rc0~31^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1578466c9a744be17c755875dcb1e638b534a249;p=thirdparty%2Fqemu.git tests: docker: update test-mingw for GTK+ 2.0 removal --with-gtkabi does not exist anymore; remove it from the configure invocation. Fixes: 89d85cde75143325205e332dd97bf1bb8402d7c1 Signed-off-by: Paolo Bonzini Message-Id: <1539886203-33670-1-git-send-email-pbonzini@redhat.com> Tested-by: Philippe Mathieu-Daudé Reviewed-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Fam Zheng --- diff --git a/tests/docker/test-mingw b/tests/docker/test-mingw index 7cca7e16a61..b078f22879b 100755 --- a/tests/docker/test-mingw +++ b/tests/docker/test-mingw @@ -28,8 +28,7 @@ for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do --enable-vnc \ --enable-bzip2 \ --enable-guest-agent \ - --with-sdlabi=2.0 \ - --with-gtkabi=3.0 + --with-sdlabi=2.0 install_qemu make clean