mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 08:40:19 +00:00
CI Windows: install Vulkan
Supposedly, it has been installed as a ffmpeg dependency but now the MSYS package depends just on vulkan-loader, not headers.
This commit is contained in:
4
.github/scripts/Windows/prepare_msys.sh
vendored
4
.github/scripts/Windows/prepare_msys.sh
vendored
@@ -48,7 +48,9 @@ m=$MINGW_PACKAGE_PREFIX
|
||||
$PACMAN_INSTALL automake autoconf git make pkgconf $m-toolchain unzip zip
|
||||
$PACMAN_INSTALL $m-asciidoc \
|
||||
$m-ffmpeg \
|
||||
$m-libnatpmp
|
||||
$m-libnatpmp \
|
||||
$m-vulkan-headers $m-vulkan-loader \
|
||||
|
||||
$PACMAN_INSTALL $m-libsoxr $m-speexdsp
|
||||
$PACMAN_INSTALL $m-glew $m-libcaca $m-SDL2 $m-SDL2_mixer $m-SDL2_ttf $m-glfw
|
||||
$PACMAN_INSTALL $m-glm
|
||||
|
||||
Reference in New Issue
Block a user