[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 50/68] meson: drop unnecessary declare_dependency()
From: |
Paolo Bonzini |
Subject: |
[PULL 50/68] meson: drop unnecessary declare_dependency() |
Date: |
Wed, 17 May 2023 19:45:02 +0200 |
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>
---
meson.build | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/meson.build b/meson.build
index 464890d99ac0..88fba57cca81 100644
--- a/meson.build
+++ b/meson.build
@@ -2720,9 +2720,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
--
2.40.1
- [PULL 58/68] build: move stack protector flag selection to meson, (continued)
- [PULL 58/68] build: move stack protector flag selection to meson, Paolo Bonzini, 2023/05/17
- [PULL 66/68] configure: reorder option parsing code, Paolo Bonzini, 2023/05/17
- [PULL 63/68] configure: remove compiler sanity check, Paolo Bonzini, 2023/05/17
- [PULL 25/68] mkvenv: add console script entry point generation, Paolo Bonzini, 2023/05/17
- [PULL 31/68] tests/vm: add py310-expat to NetBSD, Paolo Bonzini, 2023/05/17
- [PULL 46/68] meson: require 0.63.0, Paolo Bonzini, 2023/05/17
- [PULL 47/68] meson: use prefer_static option, Paolo Bonzini, 2023/05/17
- [PULL 48/68] meson: remove static_kwargs, Paolo Bonzini, 2023/05/17
- [PULL 50/68] meson: drop unnecessary declare_dependency(),
Paolo Bonzini <=
- [PULL 54/68] meson: prepare move of QEMU_CFLAGS to meson, Paolo Bonzini, 2023/05/17
- [PULL 64/68] configure: do not rerun the tests with -Werror, Paolo Bonzini, 2023/05/17
- [PULL 65/68] configure: remove unnecessary mkdir, Paolo Bonzini, 2023/05/17
- [PULL 68/68] docs/devel: update build system docs, Paolo Bonzini, 2023/05/17
- [PULL 62/68] build: move --disable-debug-info to meson, Paolo Bonzini, 2023/05/17
- [PULL 55/68] build: move sanitizer tests to meson, Paolo Bonzini, 2023/05/17
- [PULL 61/68] build: move compiler version check to meson, Paolo Bonzini, 2023/05/17
- [PULL 51/68] build: move glib detection and workarounds to meson, Paolo Bonzini, 2023/05/17
- Re: [PULL 00/68] i386, build system, KVM changes for 2023-05-18, Richard Henderson, 2023/05/17