mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +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')
|
if conf.has('WITH_NSS')
|
||||||
subdir('nss')
|
subdir('nss')
|
||||||
endif
|
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