From 3f55f97b14086b0f9f638e5bb784b3485b36d583 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Wed, 5 May 2021 19:13:12 +0400 Subject: meson: fix meson 0.58 warning with libvhost-user subproject MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Message-Id: <20210505151313.203258-1-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini --- subprojects/libvhost-user/include/atomic.h | 1 + 1 file changed, 1 insertion(+) create mode 120000 subprojects/libvhost-user/include/atomic.h (limited to 'subprojects/libvhost-user/include/atomic.h') diff --git a/subprojects/libvhost-user/include/atomic.h b/subprojects/libvhost-user/include/atomic.h new file mode 120000 index 0000000000..8c2be64f7b --- /dev/null +++ b/subprojects/libvhost-user/include/atomic.h @@ -0,0 +1 @@ +../../../include/qemu/atomic.h \ No newline at end of file -- cgit 1.4.1