win32: Fix meson names for defines

Those have been wrong forever, but nobody cares because they get to the
values we want anyway.
This commit is contained in:
Benjamin Otte 2019-05-21 07:46:42 +02:00
parent fc9f4add92
commit e197752afe

View File

@ -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