hw/display: Move Milkymist specific hardware out of common-obj list
[qemu/ar7.git] / tests / docker / dockerfiles / debian-win64-cross.docker
blob4542bcc821a6618c76e19e7ba71fd7e0d76f7c7f
2 # Docker mingw64 cross-compiler target
4 # This docker target builds on the debian Jessie MXE base image.
6 FROM qemu:debian8-mxe
8 MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>
10 ENV TARGET x86-64
12 RUN DEBIAN_FRONTEND=noninteractive eatmydata \
13     apt-get install -y --no-install-recommends \
14         mxe-$TARGET-w64-mingw32.shared-bzip2 \
15         mxe-$TARGET-w64-mingw32.shared-curl \
16         mxe-$TARGET-w64-mingw32.shared-glib \
17         mxe-$TARGET-w64-mingw32.shared-libgcrypt \
18         mxe-$TARGET-w64-mingw32.shared-libssh2 \
19         mxe-$TARGET-w64-mingw32.shared-libusb1 \
20         mxe-$TARGET-w64-mingw32.shared-lzo \
21         mxe-$TARGET-w64-mingw32.shared-nettle \
22         mxe-$TARGET-w64-mingw32.shared-ncurses \
23         mxe-$TARGET-w64-mingw32.shared-pixman \
24         mxe-$TARGET-w64-mingw32.shared-pkgconf \
25         mxe-$TARGET-w64-mingw32.shared-pthreads \
26         mxe-$TARGET-w64-mingw32.shared-sdl2 \
27         mxe-$TARGET-w64-mingw32.shared-sdl2-mixer \
28         mxe-$TARGET-w64-mingw32.shared-sdl2-gfx \
29         mxe-$TARGET-w64-mingw32.shared-zlib
31 # Specify the cross prefix for this image (see tests/docker/common.rc)
32 ENV QEMU_CONFIGURE_OPTS --cross-prefix=x86_64-w64-mingw32.shared-