mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
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>
This commit is contained in:
parent
f594bfb79f
commit
3f55f97b14
4 changed files with 4 additions and 6 deletions
1
subprojects/libvhost-user/include/atomic.h
Symbolic link
1
subprojects/libvhost-user/include/atomic.h
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../include/qemu/atomic.h
|
Loading…
Add table
Add a link
Reference in a new issue