From 804464c823117b438256a4e00fae38de787c61aa Mon Sep 17 00:00:00 2001 From: yodatak Date: Wed, 15 May 2024 14:46:46 +0200 Subject: [PATCH] Update linux dependencies missing for compile openssl on fedora --- 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 )