mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
meson: tools: introduce wireshark directory
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
parent
f1cc0164ba
commit
851d619f13
@ -294,3 +294,7 @@ endif
|
||||
if conf.has('WITH_NSS')
|
||||
subdir('nss')
|
||||
endif
|
||||
|
||||
if wireshark_dep.found()
|
||||
subdir('wireshark')
|
||||
endif
|
||||
|
1
tools/wireshark/meson.build
Normal file
1
tools/wireshark/meson.build
Normal file
@ -0,0 +1 @@
|
||||
genxdrstup_prog = find_program('util/genxdrstub.pl')
|
Loading…
Reference in New Issue
Block a user