mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07: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:
+1
-3
@@ -2741,9 +2741,7 @@ if have_system and vfio_user_server_allowed
|
||||
|
||||
libvfio_user_proj = subproject('libvfio-user')
|
||||
|
||||
libvfio_user_lib = libvfio_user_proj.get_variable('libvfio_user_dep')
|
||||
|
||||
libvfio_user_dep = declare_dependency(dependencies: [libvfio_user_lib])
|
||||
libvfio_user_dep = libvfio_user_proj.get_variable('libvfio_user_dep')
|
||||
endif
|
||||
|
||||
fdt = not_found
|
||||
|
||||
Reference in New Issue
Block a user