meson: fix meson 0.58 warning with libvhost-user subproject
commit3f55f97b14086b0f9f638e5bb784b3485b36d583
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 5 May 2021 15:13:12 +0000 (5 19:13 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 29 Jul 2021 08:15:52 +0000 (29 10:15 +0200)
tree41c985bae83a7a6743468c3984d7c76c3547991f
parentf594bfb79f572b27404d251f9758a36b83271580
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>
subprojects/libvhost-user/include/atomic.h [new symlink]
subprojects/libvhost-user/libvhost-user.c
subprojects/libvhost-user/meson.build
subprojects/libvhost-user/standard-headers/linux [new symlink]