commit | 14efd8d3b5fee7027f0ee072aea6620e0655774f | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Apr 20 17:33:47 2022 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Sat May 07 07:46:58 2022 +0200 |
tree | 2545715139f3cc7c60f69e8c7eff9acd408d18b7 | |
parent | 119fc611eac96d5ad5c407860b29c0fd5d072f6d [diff] |
meson, configure: move Xen detection to meson This is quite a complicated check. I moved all the test programs to a single file in scripts/, picking the right program with #if and a -D flag in meson.build's cc.links() invocation. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>