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:
parent
68a0035264
commit
fd3831861b
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ if [[ -n $pacman ]]; then
|
|||
libxkbcommon-x11
|
||||
openssl
|
||||
zstd
|
||||
pkgconf
|
||||
)
|
||||
$maysudo "$pacman" -S --needed --noconfirm "${deps[@]}"
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue