]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
meson: tools: introduce wireshark directory
authorPavel Hrdina <phrdina@redhat.com>
Wed, 17 Jun 2020 23:55:59 +0000 (01:55 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 3 Aug 2020 07:27:05 +0000 (09:27 +0200)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
tools/meson.build
tools/wireshark/meson.build [new file with mode: 0644]

index 7a872f2b661d27ba01b28e0151abf8af068c5b6c..090179470a5f289be7059170f33b58abbebd9c0c 100644 (file)
@@ -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 (file)
index 0000000..a71bc04
--- /dev/null
@@ -0,0 +1 @@
+genxdrstup_prog = find_program('util/genxdrstub.pl')