add libxkbcommon-dev dependency

This commit is contained in:
Drew Weymouth
2026-07-07 09:41:32 -07:00
parent b3d695c98d
commit d417af523b
3 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -7,10 +7,10 @@ To build Supersonic from source, first clone the Git repo or download the source
### Ubuntu dependencies
* ``sudo snap install --classic go``
* Make sure the Go bin directory is in your `$PATH` (`export PATH=~/go/bin:$PATH`)
* ``sudo apt install libmpv-dev gcc libegl1-mesa-dev xorg-dev``
* ``sudo apt install libmpv-dev gcc libegl1-mesa-dev xorg-dev libwayland-dev libxkbcommon-dev``
### Debian dependencies
* ``sudo apt install golang libmpv-dev gcc libegl1-mesa-dev xorg-dev``
* ``sudo apt install golang libmpv-dev gcc libegl1-mesa-dev xorg-dev libwayland-dev libxkbcommon-dev``
### Fedora dependencies
### Fedora dependencies
@@ -85,4 +85,4 @@ Supersonic is available in the AUR and can be built either manually with `makepk
## Build instructions (dev container)
See `.devcontainer/DEVCONTAINER.md` for more info
See `.devcontainer/DEVCONTAINER.md` for more info