From 6fd5193d67b7aa39c4c609c9f14682db557df5db Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 17 Nov 2015 17:00:19 +0100 Subject: [PATCH] Add libsndfile1-dev for hsndfile #980 --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9d817e89..1ac0f74e 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -54,6 +54,7 @@ apt-get install -y \ libpq-dev \ libsdl2-dev \ libsnappy-dev \ + libsndfile1-dev \ libsqlite3-dev \ libssl-dev \ libtagc0-dev \