mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
Revert "meson: Propagate gnutls dependency"
This reverts commit 3eacf70bb5
.
It was only needed because of duplicate objects caused by
declare_dependency(link_whole: ...), and can be dropped now
that meson.build specifies objects and dependencies separately
for the internal dependencies.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-ID: <20240524-objects-v1-2-07cbbe96166b@daynix.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
414b180d42
commit
7b1070a7e1
5 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
qsd_ss = ss.source_set()
|
||||
qsd_ss.add(files('qemu-storage-daemon.c'))
|
||||
qsd_ss.add(blockdev, chardev, qmp, qom, qemuutil, gnutls)
|
||||
qsd_ss.add(blockdev, chardev, qmp, qom, qemuutil)
|
||||
|
||||
subdir('qapi')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue