mirror of https://github.com/xemu-project/xemu.git
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:
parent
52812435bb
commit
5ed7ca3185
|
@ -31,7 +31,7 @@ ENV PACKAGES \
|
|||
perl-Test-Harness \
|
||||
pixman-devel \
|
||||
python3 \
|
||||
SDL-devel \
|
||||
SDL2-devel \
|
||||
spice-glib-devel \
|
||||
spice-server-devel \
|
||||
tar \
|
||||
|
|
|
@ -2,7 +2,7 @@ FROM centos:8.1.1911
|
|||
|
||||
RUN dnf -y update
|
||||
ENV PACKAGES \
|
||||
SDL-devel \
|
||||
SDL2-devel \
|
||||
bzip2 \
|
||||
bzip2-devel \
|
||||
dbus-daemon \
|
||||
|
|
Loading…
Reference in New Issue