tools: add missing optional packages in debian/rpm setup.

Change-Id: Ie84f8d6e9ebdff0b760bc71ec227358ce23f427d
Reviewed-on: https://code.wireshark.org/review/27307
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Dario Lombardo <lomato@gmail.com>
This commit is contained in:
Dario Lombardo 2018-05-03 14:54:17 +02:00
parent d431863e70
commit 3dce4ea3d3
2 changed files with 7 additions and 2 deletions

View File

@ -68,7 +68,9 @@ ADDITIONAL_LIST="libnl-3-dev \
libxml2-dev \
git \
libjson-glib-dev \
ninja-build"
ninja-build \
doxygen \
xsltproc"
# Adds package $2 to list variable $1 if the package is found
add_package() {

View File

@ -68,7 +68,10 @@ ADDITIONAL_LIST="libnl3-devel \
snappy-devel \
lz4 \
json-glib-devel \
ninja-build"
ninja-build \
doxygen \
libxml2-devel \
spandsp-devel"
# Guess which package manager we will use
PM=`which zypper 2> /dev/null ||