From 285f3faf17175ff36c1e13ba83c8d35f2a16704c Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 11 Feb 2019 13:38:49 +0100 Subject: [PATCH] One more CI fix Signed-off-by: falkTX --- .travis/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/install.sh b/.travis/install.sh index dde74bbfe..71efc2fd5 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -66,6 +66,7 @@ elif [ "${TARGET}" = "linux-juce-strict" ]; then libqt4-dev \ qtbase5-dev \ libasound2-dev \ + libjack-jackd2-dev \ libfreetype6-dev \ libmagic-dev \ libgl1-mesa-dev \