From 265d87b78863586dbfbdfbe814dc7278475a0ffd Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 25 Jan 2024 09:47:23 +0100 Subject: [PATCH] update scripts to include pkgconfig --- scripts/debian-11/1-install-deps.sh | 2 +- scripts/debian-12/1-install-deps.sh | 2 +- scripts/ubuntu-20.04/1-install-deps.sh | 2 +- scripts/ubuntu-22.04/1-install-deps.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/debian-11/1-install-deps.sh b/scripts/debian-11/1-install-deps.sh index 605ddfc..6d4e744 100755 --- a/scripts/debian-11/1-install-deps.sh +++ b/scripts/debian-11/1-install-deps.sh @@ -4,4 +4,4 @@ set -ex apt-get update -y -apt-get install -y curl zip unzip tar cmake make git g++ ninja-build +apt-get install -y curl zip unzip tar cmake make git g++ ninja-build pkg-config diff --git a/scripts/debian-12/1-install-deps.sh b/scripts/debian-12/1-install-deps.sh index 605ddfc..6d4e744 100755 --- a/scripts/debian-12/1-install-deps.sh +++ b/scripts/debian-12/1-install-deps.sh @@ -4,4 +4,4 @@ set -ex apt-get update -y -apt-get install -y curl zip unzip tar cmake make git g++ ninja-build +apt-get install -y curl zip unzip tar cmake make git g++ ninja-build pkg-config diff --git a/scripts/ubuntu-20.04/1-install-deps.sh b/scripts/ubuntu-20.04/1-install-deps.sh index 605ddfc..6d4e744 100755 --- a/scripts/ubuntu-20.04/1-install-deps.sh +++ b/scripts/ubuntu-20.04/1-install-deps.sh @@ -4,4 +4,4 @@ set -ex apt-get update -y -apt-get install -y curl zip unzip tar cmake make git g++ ninja-build +apt-get install -y curl zip unzip tar cmake make git g++ ninja-build pkg-config diff --git a/scripts/ubuntu-22.04/1-install-deps.sh b/scripts/ubuntu-22.04/1-install-deps.sh index 605ddfc..6d4e744 100755 --- a/scripts/ubuntu-22.04/1-install-deps.sh +++ b/scripts/ubuntu-22.04/1-install-deps.sh @@ -4,4 +4,4 @@ set -ex apt-get update -y -apt-get install -y curl zip unzip tar cmake make git g++ ninja-build +apt-get install -y curl zip unzip tar cmake make git g++ ninja-build pkg-config