Add pkgconf to arch linux required dependencies (#11449)

It's needed to build openssl crate

Fixes: #11448

Release Notes:

- N/A
This commit is contained in:
Martin Ashby 2024-05-06 21:21:54 +01:00 committed by GitHub
parent 68a0035264
commit fd3831861b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,6 +84,7 @@ if [[ -n $pacman ]]; then
libxkbcommon-x11 libxkbcommon-x11
openssl openssl
zstd zstd
pkgconf
) )
$maysudo "$pacman" -S --needed --noconfirm "${deps[@]}" $maysudo "$pacman" -S --needed --noconfirm "${deps[@]}"
exit 0 exit 0