From eeb8c331b7032574c4651c57935868a665c506a1 Mon Sep 17 00:00:00 2001 From: Gonzalo Exequiel Pedone Date: Tue, 25 Jun 2024 19:56:54 -0300 Subject: [PATCH] Added missing dependency. --- ports/ci/linux-mingw/install_deps.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ports/ci/linux-mingw/install_deps.sh b/ports/ci/linux-mingw/install_deps.sh index 8f4ee5f..5aeb76d 100644 --- a/ports/ci/linux-mingw/install_deps.sh +++ b/ports/ci/linux-mingw/install_deps.sh @@ -56,14 +56,14 @@ pacman --noconfirm --needed -S \ file \ git \ make \ + mingw-w64-cmake \ + mingw-w64-gcc \ + mingw-w64-pkg-config \ pkgconf \ python \ sed \ - xorg-server-xvfb \ + vulkan-icd-loader \ wine \ - mingw-w64-pkg-config \ - mingw-w64-cmake \ - mingw-w64-gcc \ xorg-server-xvfb # Install NSIS @@ -71,7 +71,7 @@ pacman --noconfirm --needed -S \ nsis=nsis-${NSIS_VERSION}-setup.exe ${DOWNLOAD_CMD} "https://sourceforge.net/projects/nsis/files/NSIS%20${NSIS_VERSION:0:1}/${NSIS_VERSION}/${nsis}" -if [ -e ${nsis} ]; then +if [ -e "${nsis}" ]; then export WINEPREFIX=/opt/.wine xvfb-run --auto-servernum wine ./${nsis} /S