mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
rpc: Require dtrace sources to be generated first
The virt_socket_lib is built from virnetsocket.c (among others). But this file includes virprobe.h which includes libvirt_probes.h which is a generated file. But this dependency is not recorded in meson which may lead to a failed build. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
fbe70d9525
commit
5cd76ef97f
@ -9,6 +9,7 @@ socket_sources = [
|
||||
virt_socket_lib = static_library(
|
||||
'virt_socket',
|
||||
[
|
||||
dtrace_gen_headers,
|
||||
socket_sources,
|
||||
],
|
||||
dependencies: [
|
||||
|
Loading…
Reference in New Issue
Block a user