projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7809f4
)
ci/msys2: force disable vulkan
author
Christoph Reiter
<creiter@src.gnome.org>
Sat, 26 May 2018 12:23:58 +0000
(14:23 +0200)
committer
Christoph 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
patch
|
blob
|
history
diff --git
a/.gitlab-ci/test-msys2.sh
b/.gitlab-ci/test-msys2.sh
index aacc88d048ba420d253456cefe3e60c8ce9a5e8b..3abaf9d08348e4f1189e6d63550b23a6513f5999 100644
(file)
--- a/
.gitlab-ci/test-msys2.sh
+++ b/
.gitlab-ci/test-msys2.sh
@@
-45,6
+45,7
@@
meson \
-Denable-x11-backend=false \
-Denable-wayland-backend=false \
-Denable-win32-backend=true \
+ -Dvulkan=no \
_build
unset CCACHE_DISABLE