add libxkbcommon-dev dependency
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 'stable'
|
go-version: 'stable'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev libwayland-dev
|
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev libwayland-dev libxkbcommon-dev
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v9
|
uses: golangci/golangci-lint-action@v9
|
||||||
with:
|
with:
|
||||||
@@ -169,7 +169,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 'stable'
|
go-version: 'stable'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev libwayland-dev
|
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev libwayland-dev libxkbcommon-dev
|
||||||
- name: Install Fyne tool
|
- name: Install Fyne tool
|
||||||
run: go install fyne.io/fyne/v2/cmd/fyne@latest
|
run: go install fyne.io/fyne/v2/cmd/fyne@latest
|
||||||
- name: Fyne package
|
- name: Fyne package
|
||||||
@@ -217,7 +217,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 'stable'
|
go-version: 'stable'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev libwayland-dev
|
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev libwayland-dev libxkbcommon-dev
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make build
|
run: make build
|
||||||
- name: Make appimage
|
- name: Make appimage
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 'stable'
|
go-version: 'stable'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev libwayland-dev
|
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev libwayland-dev libxkbcommon-dev
|
||||||
- name: Install Fyne tool
|
- name: Install Fyne tool
|
||||||
run: go install fyne.io/fyne/v2/cmd/fyne@latest
|
run: go install fyne.io/fyne/v2/cmd/fyne@latest
|
||||||
- name: Fyne package
|
- name: Fyne package
|
||||||
@@ -173,7 +173,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 'stable'
|
go-version: 'stable'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev libwayland-dev
|
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev libwayland-dev libxkbcommon-dev
|
||||||
- name: Install Fyne tool
|
- name: Install Fyne tool
|
||||||
run: go install fyne.io/fyne/v2/cmd/fyne@latest
|
run: go install fyne.io/fyne/v2/cmd/fyne@latest
|
||||||
- name: Fyne package
|
- name: Fyne package
|
||||||
@@ -197,7 +197,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 'stable'
|
go-version: 'stable'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev libwayland-dev
|
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev libwayland-dev libxkbcommon-dev
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make build
|
run: make build
|
||||||
- name: Make appimage
|
- name: Make appimage
|
||||||
|
|||||||
@@ -7,10 +7,10 @@ To build Supersonic from source, first clone the Git repo or download the source
|
|||||||
### Ubuntu dependencies
|
### Ubuntu dependencies
|
||||||
* ``sudo snap install --classic go``
|
* ``sudo snap install --classic go``
|
||||||
* Make sure the Go bin directory is in your `$PATH` (`export PATH=~/go/bin:$PATH`)
|
* 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
|
### 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
|
||||||
### 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)
|
## 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