aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2022-12-20 12:27:41 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2022-12-20 12:27:41 +0000
commitcc9905b87fd5ce61acb75d38eec34c1ccee4efc3 (patch)
treeb844ba4b2fe083dbc3b54bb2675678039b2fad26 /tools
parent507d5c5386fce26e00216807973233e7f856e3ea (diff)
tools/bsd_setup.sh: speexdsp is a required package
Diffstat (limited to 'tools')
-rwxr-xr-xtools/bsd-setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bsd-setup.sh b/tools/bsd-setup.sh
index 02e5ab7b70..c060071ac5 100755
--- a/tools/bsd-setup.sh
+++ b/tools/bsd-setup.sh
@@ -49,7 +49,8 @@ BASIC_LIST="\
cmake \
qt6 \
git \
- pcre2"
+ pcre2 \
+ speexdsp"
ADDITIONAL_LIST="\
gettext-tools \
@@ -59,7 +60,6 @@ ADDITIONAL_LIST="\
libmaxminddb \
libsmi \
brotli \
- speexdsp \
zstd \
lua52 \
"