tests/docker/dockerfiles/centos: Use SDL2 instead of SDL1

We do not support SDL1 in QEMU anymore. Use SDL2 instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201021072308.9224-1-thuth@redhat.com>
Message-Id: <20201021163136.27324-4-alex.bennee@linaro.org>
This commit is contained in:
Thomas Huth 2020-10-21 17:31:33 +01:00 committed by Alex Bennée
parent 52812435bb
commit 5ed7ca3185
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ ENV PACKAGES \
perl-Test-Harness \
pixman-devel \
python3 \
SDL-devel \
SDL2-devel \
spice-glib-devel \
spice-server-devel \
tar \

View File

@ -2,7 +2,7 @@ FROM centos:8.1.1911
RUN dnf -y update
ENV PACKAGES \
SDL-devel \
SDL2-devel \
bzip2 \
bzip2-devel \
dbus-daemon \