added required package for jackd compilation

This commit is contained in:
Volker Fischer 2019-09-27 21:43:31 +01:00
parent 30e50982e2
commit c62cd71504

View File

@ -5,7 +5,7 @@ OPUS="opus-1.1"
NCORES=$(nproc)
# install required packages
pkgs='build-essential qt5-default'
pkgs='build-essential qt5-default libasound-dev'
if ! dpkg -s $pkgs >/dev/null 2>&1; then
read -p "Do you want to install missing packages? " -n 1 -r
echo