From 836ffeda31e0b0c85666332cbe58221fbcce8a65 Mon Sep 17 00:00:00 2001 From: Zhe Chen Date: Mon, 17 Jan 2022 22:22:16 +0000 Subject: [PATCH] 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. --- docs/linux_dependencies.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md index aabc5835b2..4606773ea3 100644 --- a/docs/linux_dependencies.md +++ b/docs/linux_dependencies.md @@ -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