summaryrefslogtreecommitdiff
path: root/tools/macos-setup-brew.sh
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2017-04-04 23:23:59 +0200
committerRoland Knall <rknall@gmail.com>2017-04-19 10:41:55 +0000
commitcfab5ef035db7be8502623af203ab3494a9200e3 (patch)
tree2d848bbd7bd38baa818a817b9cda5b4b107f30a6 /tools/macos-setup-brew.sh
parentd13c6d9628e3964697559e3509d9c1f8ec30ed9e (diff)
downloadwireshark-cfab5ef035db7be8502623af203ab3494a9200e3.tar.gz
Add libxml2 as optional dependency
This can be used by dissectors that need to parse out-of-band configuration. Change-Id: I13c0a2f408fb5c21bad7ab3d7971e0fa8ed7d783 Reviewed-on: https://code.wireshark.org/review/20912 Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'tools/macos-setup-brew.sh')
-rwxr-xr-xtools/macos-setup-brew.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/macos-setup-brew.sh b/tools/macos-setup-brew.sh
index ca1aacd18c..0d898a0761 100755
--- a/tools/macos-setup-brew.sh
+++ b/tools/macos-setup-brew.sh
@@ -24,8 +24,8 @@
#Update to last brew release
brew update
-#install some lib need by Wireshark
-brew install c-ares glib libgcrypt gnutls lua cmake nghttp2 snappy lz4
+#install some libs needed by Wireshark
+brew install c-ares glib libgcrypt gnutls lua cmake nghttp2 snappy lz4 libxml2
#install Qt5
brew install qt5