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:
Pavel Hrdina 2020-06-18 01:55:59 +02:00
parent f1cc0164ba
commit 851d619f13
2 changed files with 5 additions and 0 deletions

View File

@ -294,3 +294,7 @@ endif
if conf.has('WITH_NSS')
subdir('nss')
endif
if wireshark_dep.found()
subdir('wireshark')
endif

View File

@ -0,0 +1 @@
genxdrstup_prog = find_program('util/genxdrstub.pl')