mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
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:
parent
e7809f43ec
commit
e610c02a9e
@ -45,6 +45,7 @@ meson \
|
||||
-Denable-x11-backend=false \
|
||||
-Denable-wayland-backend=false \
|
||||
-Denable-win32-backend=true \
|
||||
-Dvulkan=no \
|
||||
_build
|
||||
unset CCACHE_DISABLE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user