Transition CI from pkg-config to pkgconf (#1942)

Upstream has changed the providing implementation,
so that package will eventually be removed.
This commit is contained in:
Eldred Habert
2026-04-13 19:46:05 +02:00
committed by GitHub
parent 463edc3c01
commit 9c4e53d1c4
+1 -1
View File
@@ -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.