Browse Source
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>pull/221/head
committed by
Paolo Bonzini
4 changed files with 4 additions and 6 deletions
@ -0,0 +1 @@ |
|||
../../../include/qemu/atomic.h |
|||
@ -0,0 +1 @@ |
|||
../../../include/standard-headers/linux |
|||
Loading…
Reference in new issue