linux: Add more missing dependencies on Fedora (#11868)
see https://docs.rs/openssl/latest/openssl/ Release Notes: - N/A
This commit is contained in:
parent
64ba08cced
commit
719e6e9777
1 changed files with 3 additions and 0 deletions
|
@ -41,8 +41,11 @@ if [[ -n $dnf ]]; then
|
||||||
libxkbcommon-x11-devel
|
libxkbcommon-x11-devel
|
||||||
openssl-devel
|
openssl-devel
|
||||||
libzstd-devel
|
libzstd-devel
|
||||||
|
# Perl dependencies are needed for openssl-sys crate see https://docs.rs/openssl/latest/openssl/
|
||||||
perl-FindBin
|
perl-FindBin
|
||||||
perl-IPC-Cmd
|
perl-IPC-Cmd
|
||||||
|
perl-File-Compare
|
||||||
|
perl-File-Copy
|
||||||
vulkan-loader
|
vulkan-loader
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue