OSDN Git Service

configure: move QEMU_INCLUDES to meson
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 14 Oct 2020 12:45:42 +0000 (08:45 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 17 Oct 2020 14:45:50 +0000 (10:45 -0400)
commit1e6e616dc21a8117cbe36a7e9026221b566cdf56
tree58eb5e3f499dfafd70aa82cfd9dc2899dcc4daeb
parent97d6efd0a3f3a08942de6c2aee5d2983c54ca84c
configure: move QEMU_INCLUDES to meson

Confusingly, QEMU_INCLUDES is not used by configure tests.  Moving
it to meson.build ensures that Windows paths are specified instead of
the msys paths like /c/Users/...

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
meson.build