From 74dc39697f9d9cc9b5748f6a1b541d9aee1ae494 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Sun, 18 Dec 2022 21:37:57 +0000 Subject: [PATCH] debian-setup.sh - install libspeexdsp-dev as default as is now required --- tools/debian-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/debian-setup.sh b/tools/debian-setup.sh index 931d1ba98a..dbc234940d 100755 --- a/tools/debian-setup.sh +++ b/tools/debian-setup.sh @@ -84,7 +84,8 @@ BASIC_LIST="gcc \ flex \ make \ python3 \ - libgcrypt-dev" + libgcrypt-dev \ + libspeexdsp-dev" QT5_LIST="qttools5-dev \ qttools5-dev-tools \ @@ -154,7 +155,6 @@ ADDITIONAL_LIST="libnl-3-dev \ perl \ xsltproc \ ccache \ - libspeexdsp-dev \ doxygen" # Uncomment to add PNG compression utilities used by compress-pngs: