From 719e6e9777d04b23ab8ab03189574d95f50b847d Mon Sep 17 00:00:00 2001 From: yodatak Date: Fri, 17 May 2024 19:38:16 +0200 Subject: [PATCH] linux: Add more missing dependencies on Fedora (#11868) see https://docs.rs/openssl/latest/openssl/ Release Notes: - N/A --- script/linux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/linux b/script/linux index a6dc6883e1..d5edc5b601 100755 --- a/script/linux +++ b/script/linux @@ -41,8 +41,11 @@ if [[ -n $dnf ]]; then libxkbcommon-x11-devel openssl-devel libzstd-devel + # Perl dependencies are needed for openssl-sys crate see https://docs.rs/openssl/latest/openssl/ perl-FindBin perl-IPC-Cmd + perl-File-Compare + perl-File-Copy vulkan-loader )