From fd3831861b17c1d2657204b2687aad21f05aaa78 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Mon, 6 May 2024 21:21:54 +0100 Subject: [PATCH] Add pkgconf to arch linux required dependencies (#11449) It's needed to build openssl crate Fixes: #11448 Release Notes: - N/A --- script/linux | 1 + 1 file changed, 1 insertion(+) diff --git a/script/linux b/script/linux index 3045861c64..135708f59f 100755 --- a/script/linux +++ b/script/linux @@ -84,6 +84,7 @@ if [[ -n $pacman ]]; then libxkbcommon-x11 openssl zstd + pkgconf ) $maysudo "$pacman" -S --needed --noconfirm "${deps[@]}" exit 0