From 1c62839295d980039836ea90c93350eaba5340fc Mon Sep 17 00:00:00 2001 From: yodatak Date: Wed, 15 May 2024 19:17:59 +0200 Subject: [PATCH] Add missing linux dependencies for compiling openssl on Fedora (#11857) Release Notes: - N/A --- script/linux | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/linux b/script/linux index 0620ffe7f4062..a6dc6883e1b06 100755 --- a/script/linux +++ b/script/linux @@ -41,6 +41,8 @@ if [[ -n $dnf ]]; then libxkbcommon-x11-devel openssl-devel libzstd-devel + perl-FindBin + perl-IPC-Cmd vulkan-loader )