diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-08-21 19:36:17 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-08-23 16:45:15 -0400 |
commit | c4d350c260879c11ea94641ac820b331aeaccc7c (patch) | |
tree | 8e636696ced4c914934d044669a2b56e3b85d57a /.gitlab-ci/test-msys2.sh | |
parent | 54e4bf8b758336c3330bc3eca597e804a9491be7 (diff) | |
download | gtk+-c4d350c260879c11ea94641ac820b331aeaccc7c.tar.gz |
build: Start using meson feature options
Use feature options for things that are optional features,
update the docs.
Visible changes here is that the 'print-backends' option
got renamed to 'print' to go better with 'media', and the
'tracker3' option got renamed to 'tracker'.
For options that have been changed into features, the
syntax now is -Dfeature=enabled or -Dfeature=disabled
or -Dfeature=auto.
Diffstat (limited to '.gitlab-ci/test-msys2.sh')
-rw-r--r-- | .gitlab-ci/test-msys2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh index 07f01919a7..1298ab659a 100644 --- a/.gitlab-ci/test-msys2.sh +++ b/.gitlab-ci/test-msys2.sh @@ -66,7 +66,7 @@ meson \ -Dx11-backend=false \ -Dwayland-backend=false \ -Dwin32-backend=true \ - -Dvulkan=no \ + -Dvulkan=disabled \ -Dintrospection=false \ -Dgtk:werror=true \ _build |