Add missing dependencies for Fedora with Wayland (#3708)

# Objective

- The Linux dependencies document lacks packages for Fedora with Wayland.

## Solution

- Add instructions to install packages for running Bevy apps in Fedora with Wayland.
This commit is contained in:
Zhe Chen 2022-01-17 22:22:16 +00:00
parent a9f2817c49
commit 836ffeda31

View file

@ -32,6 +32,12 @@ Please see the ubuntu [WSL documentation](https://wiki.ubuntu.com/WSL) on how to
sudo dnf install gcc-c++ libX11-devel alsa-lib-devel systemd-devel
```
if using Wayland, you will also need to install
```bash
sudo dnf install wayland-devel libxkbcommon-devel
```
If there are errors with linking during the build process such as:
```bash