mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
meson: drop unnecessary declare_dependency()
The libvfio_user_dep variable of subprojects/libvfio-user/lib/meson.build is already a dependency, so there is no need to wrap it with another declare_dependency(). Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
bd3615d68f
commit
5328353c05
1 changed files with 1 additions and 3 deletions
|
@ -2741,9 +2741,7 @@ if have_system and vfio_user_server_allowed
|
||||||
|
|
||||||
libvfio_user_proj = subproject('libvfio-user')
|
libvfio_user_proj = subproject('libvfio-user')
|
||||||
|
|
||||||
libvfio_user_lib = libvfio_user_proj.get_variable('libvfio_user_dep')
|
libvfio_user_dep = libvfio_user_proj.get_variable('libvfio_user_dep')
|
||||||
|
|
||||||
libvfio_user_dep = declare_dependency(dependencies: [libvfio_user_lib])
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
fdt = not_found
|
fdt = not_found
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue