Merge pull request #356 from mahkoh/jorth/xkbcommon-cleanup
docs/ci: remove references to xkbcommon
This commit is contained in:
commit
218f8d7ba2
4 changed files with 3 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ sources:
|
||||||
tasks:
|
tasks:
|
||||||
- install: |
|
- install: |
|
||||||
sudo pacman -Syu --noconfirm
|
sudo pacman -Syu --noconfirm
|
||||||
sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon cmake shaderc
|
sudo pacman -S --noconfirm rustup libinput pango mesa cmake shaderc
|
||||||
rustup toolchain install stable
|
rustup toolchain install stable
|
||||||
- build: |
|
- build: |
|
||||||
cd jay
|
cd jay
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ sources:
|
||||||
tasks:
|
tasks:
|
||||||
- install: |
|
- install: |
|
||||||
sudo pacman -Syu --noconfirm
|
sudo pacman -Syu --noconfirm
|
||||||
sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor cmake shaderc
|
sudo pacman -S --noconfirm rustup libinput pango mesa xorg-xwayland adwaita-icon-theme libxcursor cmake shaderc
|
||||||
rustup toolchain install stable
|
rustup toolchain install stable
|
||||||
- configure: |
|
- configure: |
|
||||||
sudo rmmod bochs
|
sudo rmmod bochs
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ sources:
|
||||||
tasks:
|
tasks:
|
||||||
- install: |
|
- install: |
|
||||||
sudo pacman -Syu --noconfirm
|
sudo pacman -Syu --noconfirm
|
||||||
sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor cmake shaderc
|
sudo pacman -S --noconfirm rustup libinput pango mesa xorg-xwayland adwaita-icon-theme libxcursor cmake shaderc
|
||||||
rustup toolchain install stable
|
rustup toolchain install stable
|
||||||
cd jay
|
cd jay
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ The following libraries must be installed before compiling Jay:
|
||||||
|
|
||||||
- libinput.so
|
- libinput.so
|
||||||
- libgbm.so
|
- libgbm.so
|
||||||
- libxkbcommon.so
|
|
||||||
- libudev.so
|
- libudev.so
|
||||||
- libpangocairo-1.0.so
|
- libpangocairo-1.0.so
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue