From 6fa19a5abebd2ff3857298d1c94b467c18431045 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 5 Aug 2019 05:47:47 +0200 Subject: [PATCH] add dependency --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 2d3464d..d18931b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="curl tar" +pkg_dependencies="curl tar pkg-config" #================================================= # PERSONAL HELPERS