diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2021-05-05 19:13:12 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-07-29 10:15:52 +0200 |
commit | 3f55f97b14086b0f9f638e5bb784b3485b36d583 (patch) | |
tree | 41c985bae83a7a6743468c3984d7c76c3547991f /subprojects/libvhost-user/standard-headers | |
parent | f594bfb79f572b27404d251f9758a36b83271580 (diff) | |
download | qemu-3f55f97b14086b0f9f638e5bb784b3485b36d583.zip qemu-3f55f97b14086b0f9f638e5bb784b3485b36d583.tar.gz qemu-3f55f97b14086b0f9f638e5bb784b3485b36d583.tar.bz2 |
meson: fix meson 0.58 warning with libvhost-user subproject
Meson now checks that subprojects do not access files from parent
project. While we all agree this is best practice, libvhost-user also
want to share a few headers with QEMU, and libvhost-user isn't really a
standalone project at this point (although this is making the dependency
a bit more explicit).
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20210505151313.203258-1-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'subprojects/libvhost-user/standard-headers')
l--------- | subprojects/libvhost-user/standard-headers/linux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/libvhost-user/standard-headers/linux b/subprojects/libvhost-user/standard-headers/linux new file mode 120000 index 0000000..15a2378 --- /dev/null +++ b/subprojects/libvhost-user/standard-headers/linux @@ -0,0 +1 @@ +../../../include/standard-headers/linux
\ No newline at end of file |