tools: add missing packages to bsd-setup.

Change-Id: I2d9272c5f320891420a7336d648e1ee23d2f20e8
Reviewed-on: https://code.wireshark.org/review/34128
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Dario Lombardo <lomato@gmail.com>
This commit is contained in:
Dario Lombardo 2019-07-29 23:06:20 +02:00
parent 77b6160696
commit ecd731ca92
1 changed files with 4 additions and 1 deletions

View File

@ -52,7 +52,10 @@ ADDITIONAL_LIST="\
doxygen \
libssh \
libmaxminddb \
libsmi"
libsmi \
brotli \
speexdsp \
"
# Guess which package manager we will use
PM=`which pkgin 2> /dev/null || which pkg 2> /dev/null || which pkg_add 2> /dev/null`