mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 20:23:28 +00:00
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:
parent
a9f2817c49
commit
836ffeda31
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue