[scripts] Add alsa-lib to freebsd install script

This commit is contained in:
ejurgensen 2016-08-25 21:27:17 +02:00
parent 998ae31a56
commit 12580866cc

View File

@ -11,7 +11,7 @@ fi
DEPS="gmake autoconf automake libtool gettext gperf glib pkgconf wget git \
ffmpeg libconfuse libevent2 mxml libgcrypt libunistring libiconv \
libplist libinotify avahi sqlite3"
libplist libinotify avahi sqlite3 alsa-lib"
echo "The script can install the following dependency packages for you:"
echo $DEPS
read -p "Should the script install these packages? [y/N] " yn