From 0ae781f0982b4f9539d2966eb32fc14e474a55f0 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 22 Nov 2019 00:47:48 +0100 Subject: [PATCH] update dependencies --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 16838a2..aa3c17a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="curl tar libssl-dev libc6-dev" +pkg_dependencies="curl tar pkg-config libssl-dev libc6-dev" #================================================= # PERSONAL HELPERS