ci/msys2: force disable vulkan

A recent dependency change in MSYS2 made it pull in vulkan, which made
meson think it's available but it somehow links against the system vulkan dll
instead.

Disable vulkan for now.
This commit is contained in:
Christoph Reiter 2018-05-26 14:23:58 +02:00
parent e7809f43ec
commit e610c02a9e

View File

@ -45,6 +45,7 @@ meson \
-Denable-x11-backend=false \
-Denable-wayland-backend=false \
-Denable-win32-backend=true \
-Dvulkan=no \
_build
unset CCACHE_DISABLE