debian-setup.sh: Add missing packages

This commit is contained in:
João Valverde 2022-08-24 01:15:23 +01:00
parent ef513118f9
commit 30bfc732df
1 changed files with 6 additions and 1 deletions

View File

@ -93,7 +93,8 @@ ADDITIONAL_LIST="libnl-3-dev \
perl \
xsltproc \
ccache \
libspeexdsp-dev"
libspeexdsp-dev \
doxygen"
# Uncomment to add PNG compression utilities used by compress-pngs:
# ADDITIONAL_LIST="$ADDITIONAL_LIST \
@ -181,6 +182,10 @@ echo "libilbc-dev is unavailable"
add_package ADDITIONAL_LIST libopus-dev ||
echo "libopus-dev is unavailable"
# bcg729 library libbcg729-dev
add_package ADDITIONAL_LIST libbcg729-dev ||
echo "libbcg729-dev is unavailable"
# softhsm2 2.0.0: Ubuntu 16.04
# softhsm2 2.2.0: Debian >= jessie-backports, Ubuntu 18.04
# softhsm2 >= 2.4.0: Debian >= buster, Ubuntu >= 18.10