From ecc221ec13555ca513bb6d5108723f0673bde888 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sat, 4 Apr 2026 21:01:25 +0200 Subject: [PATCH] Fix pkgconf dependency when cross-compiling --- .ci/deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/deps.sh b/.ci/deps.sh index fa57019b..e3ce0958 100755 --- a/.ci/deps.sh +++ b/.ci/deps.sh @@ -44,6 +44,7 @@ deps_linux_debian_linux() { libminiupnpc-dev:"$HOST" \ libvdeplug-dev:"$HOST" \ libcmocka-dev:"$HOST" \ + pkgconf:"$HOST" \ systemd-dev \ "$@" -- 2.47.3