From 9c4e53d1c42f5139bf12fa662d2cf931b6de71d7 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Mon, 13 Apr 2026 19:46:05 +0200 Subject: [PATCH] Transition CI from pkg-config to pkgconf (#1942) Upstream has changed the providing implementation, so that package will eventually be removed. --- .github/scripts/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/install_deps.sh b/.github/scripts/install_deps.sh index 7a3afabc..bad4c9a4 100755 --- a/.github/scripts/install_deps.sh +++ b/.github/scripts/install_deps.sh @@ -5,7 +5,7 @@ set -eu case "${1%-*}" in ubuntu|debian) sudo apt-get -qq update - sudo apt-get install -yq bison libpng-dev pkg-config + sudo apt-get install -yq bison libpng-dev pkgconf ;; macos) # macOS bundles GNU Make 3.81, which doesn't support synced output.