Meson: Add missing flags on Windows4b82738f0ada5f807145639082a8dc0c993bd41f
commit4b82738f0ada5f807145639082a8dc0c993bd41f
authorXavier Claessens <xavier.claessens@collabora.com>
Tue, 15 May 2018 19:17:28 +0000 (15 15:17 -0400)
committerXavier Claessens <xavier.claessens@collabora.com>
Wed, 16 May 2018 14:19:08 +0000 (16 10:19 -0400)
treefd6c1015b67dd00dd8bbf5458af4df4d104ce0e6
parentcf28bf1f11e40886e7fa196857107dc4df2d1116
Meson: Add missing flags on Windows

win32_cflags gets used globally as cflags and exposed in the .pc file.
win32_ldflags gets passed to glib-2.0 and exposed in the .pc file.

This should match what the autotools build is currently doing with
GLIB_EXTRA_CFLAGS and G_LIBS_EXTRA.

https://bugzilla.gnome.org/show_bug.cgi?id=784995
glib/meson.build
meson.build