add libxkbcommon-dev dependency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user