mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33: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
|
@ -40,7 +40,7 @@
|
|||
|
||||
#endif
|
||||
|
||||
#include "qemu/atomic.h"
|
||||
#include "include/atomic.h"
|
||||
|
||||
#include "libvhost-user.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue