From b0a21ef9df9fe0b54da8c11e82efc3a031094ebd Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Sun, 10 Oct 2021 14:06:00 +0200 Subject: [PATCH] pkg-config --- scripts/1_Install_Dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/1_Install_Dependencies.sh b/scripts/1_Install_Dependencies.sh index 4b9d42e..af0584a 100755 --- a/scripts/1_Install_Dependencies.sh +++ b/scripts/1_Install_Dependencies.sh @@ -6,7 +6,7 @@ set -e # Setup Script Variables _DEPENDENCIES="wget git xorg-server-xvfb \ xz grep coreutils patch \ - gettext \ + gettext pkg-config \ curl python3 libjack \ python3-psutil python3-devel python-devel \ automake \