diff options
author | Benjamin Otte <otte@redhat.com> | 2021-04-01 18:08:19 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-07-20 14:00:25 -0400 |
commit | 4d5dc18a575ce76b5f2469832c8d0d805b355bd9 (patch) | |
tree | 18adf9b6b14c0b4bc39e7beaeb493ec3d1927c25 /.gitlab-ci | |
parent | 9f6fb161e2f8dfea0e99abf98d2f39adeb994b56 (diff) | |
download | gtk+-4d5dc18a575ce76b5f2469832c8d0d805b355bd9.tar.gz |
build: disable Vulkan by default
We don't want people to build Vulkan support when they just want to get
GTK built.
This is in particular true for GTK as a CI subproject or for people
using jhbuild.
Worse, just having Vulkan support compiled in tends to cause crashes
in the Inspector, even if you are not using it.
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x | .gitlab-ci/test-docker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-docker.sh b/.gitlab-ci/test-docker.sh index ada8edaba6..1df2da094a 100755 --- a/.gitlab-ci/test-docker.sh +++ b/.gitlab-ci/test-docker.sh @@ -15,7 +15,7 @@ meson \ -Dx11-backend=true \ -Dwayland-backend=true \ -Dbroadway-backend=true \ - -Dvulkan=yes \ + -Dvulkan=enabled \ -Dprofiler=true \ --werror \ ${EXTRA_MESON_FLAGS:-} \ |