meson: get glib compilation flags from GLIB_CFLAGS
commit215b0c2fa5c9864343373f5a3e6680611dabef20
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 1 Sep 2020 12:41:17 +0000 (1 08:41 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Sep 2020 09:43:16 +0000 (8 11:43 +0200)
treebcb2a515da4ec3cac572d7adcda7b8cddfb1d137
parentb6daf4d3699fe255202e9a0866633ed2f2248497
meson: get glib compilation flags from GLIB_CFLAGS

The glib compilation flags were added to QEMU_CFLAGS.  While we still
want them to be added to all compilation commands (at least for now),
do that via GLIB_CFLAGS rather than via QEMU_CFLAGS.  This shows that
glib is a special case and makes it clearer that QEMU_CFLAGS is only
about compiler commands and not dependencies.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
meson.build