revert new dependency for fedora added in #3517 (#3530)

# Objective

- Revert #3517 as the dependency added (rust-libudev-devel) has a dependency on cargo which install the package manager version, which isn't compatible with rustup version and may break the setup of users


Co-authored-by: François <8672791+mockersf@users.noreply.github.com>
This commit is contained in:
François 2022-01-02 20:36:41 +00:00
parent dc8fefe27f
commit a6d3cd92fe

View file

@ -29,7 +29,7 @@ Please see the ubuntu [WSL documentation](https://wiki.ubuntu.com/WSL) on how to
## Fedora
```bash
sudo dnf install gcc-c++ libX11-devel alsa-lib-devel systemd-devel rust-libudev-devel
sudo dnf install gcc-c++ libX11-devel alsa-lib-devel systemd-devel
```
If there are errors with linking during the build process such as: