From 851d619f13e0c8e4e15a872381aac87b852728e5 Mon Sep 17 00:00:00 2001 From: Pavel Hrdina Date: Thu, 18 Jun 2020 01:55:59 +0200 Subject: [PATCH] meson: tools: introduce wireshark directory Signed-off-by: Pavel Hrdina Reviewed-by: Peter Krempa Reviewed-by: Neal Gompa --- tools/meson.build | 4 ++++ tools/wireshark/meson.build | 1 + 2 files changed, 5 insertions(+) create mode 100644 tools/wireshark/meson.build diff --git a/tools/meson.build b/tools/meson.build index 7a872f2b66..090179470a 100644 --- a/tools/meson.build +++ b/tools/meson.build @@ -294,3 +294,7 @@ endif if conf.has('WITH_NSS') subdir('nss') endif + +if wireshark_dep.found() + subdir('wireshark') +endif diff --git a/tools/wireshark/meson.build b/tools/wireshark/meson.build new file mode 100644 index 0000000000..a71bc04eb3 --- /dev/null +++ b/tools/wireshark/meson.build @@ -0,0 +1 @@ +genxdrstup_prog = find_program('util/genxdrstub.pl') -- 2.47.2