Henri Verbeet pushed to branch master at wine / vkd3d
Commits: ceb2787d by Henri Verbeet at 2025-04-23T18:13:07+02:00 ci: Install mingw-w64-tools in the Linux image.
For the build-mingw-32 and build-mingw-64 jobs. These currently end up picking up Linux pkg-config instead of MinGW pkg-config, which in turn causes configure to pick up Linux OpenGL and XCB. We happen to get away with that at the moment because none of the code using HAVE_OPENGL or HAVE_XCB ends up getting built for Windows, but that's about to change. Specifically, we'd like to build the vkd3d versions of the demos for Windows.
- - - - -
1 changed file:
- gitlab/image.docker
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/ceb2787d466713096ea9746d2b63a4...