diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2018-03-16 13:25:39 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2018-06-05 16:25:42 +0100 |
commit | cabd35840749dc4ddbc866a21f635d20374af743 (patch) | |
tree | 9242532778100dd1473c9682300e4d82974c6542 /tests/docker/test-mingw | |
parent | 8bce19d3a6abc35c8680e22e7b7687a6846d46cd (diff) | |
download | qemu-cabd35840749dc4ddbc866a21f635d20374af743.zip qemu-cabd35840749dc4ddbc866a21f635d20374af743.tar.gz qemu-cabd35840749dc4ddbc866a21f635d20374af743.tar.bz2 |
docker: test-mingw: use SDL2 and GTK+3
Do not test the deprecated API versions. debian-win32-cross and debian-win64-cross
are already using SDL2 (they do not cover GTK+ at all).
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
[AJB: fix merge conflicts]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'tests/docker/test-mingw')
-rwxr-xr-x | tests/docker/test-mingw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/docker/test-mingw b/tests/docker/test-mingw index 503a6bc..7cca7e1 100755 --- a/tests/docker/test-mingw +++ b/tests/docker/test-mingw @@ -28,8 +28,8 @@ for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do --enable-vnc \ --enable-bzip2 \ --enable-guest-agent \ - --with-sdlabi=1.2 \ - --with-gtkabi=2.0 + --with-sdlabi=2.0 \ + --with-gtkabi=3.0 install_qemu make clean |