Add missing linux dependencies for compiling openssl on Fedora (#11857)

Release Notes:

- N/A
This commit is contained in:
yodatak 2024-05-15 19:17:59 +02:00 committed by GitHub
parent b7cf3040ef
commit 1c62839295
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,8 @@ if [[ -n $dnf ]]; then
libxkbcommon-x11-devel
openssl-devel
libzstd-devel
perl-FindBin
perl-IPC-Cmd
vulkan-loader
)