diff options
author | Benjamin Otte <otte@redhat.com> | 2019-05-21 07:46:42 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-05-21 07:46:42 +0200 |
commit | e197752afe9f64ce4207ad74c0df6480b7524024 (patch) | |
tree | 4d9c6298b36ff3bef21595cadbb972de1c3af601 /.gitlab-ci | |
parent | fc9f4add92a1918002bf9ed35debdb416c41cf2c (diff) | |
download | gtk+-e197752afe9f64ce4207ad74c0df6480b7524024.tar.gz |
win32: Fix meson names for defines
Those have been wrong forever, but nobody cares because they get to the
values we want anyway.
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/test-msys2.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh index c3a7e67263..05624265f4 100644 --- a/.gitlab-ci/test-msys2.sh +++ b/.gitlab-ci/test-msys2.sh @@ -42,9 +42,9 @@ ccache --zero-stats ccache --show-stats export CCACHE_DISABLE=true meson \ - -Denable-x11-backend=false \ - -Denable-wayland-backend=false \ - -Denable-win32-backend=true \ + -Dx11-backend=false \ + -Dwayland-backend=false \ + -Dwin32-backend=true \ -Dvulkan=no \ --werror \ _build |