ci/msys2: force disable vulkan
authorChristoph Reiter <creiter@src.gnome.org>
Sat, 26 May 2018 12:23:58 +0000 (14:23 +0200)
committerChristoph Reiter <creiter@src.gnome.org>
Sat, 26 May 2018 12:23:58 +0000 (14:23 +0200)
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.

.gitlab-ci/test-msys2.sh

index aacc88d048ba420d253456cefe3e60c8ce9a5e8b..3abaf9d08348e4f1189e6d63550b23a6513f5999 100644 (file)
@@ -45,6 +45,7 @@ meson \
     -Denable-x11-backend=false \
     -Denable-wayland-backend=false \
     -Denable-win32-backend=true \
+    -Dvulkan=no \
     _build
 unset CCACHE_DISABLE