diff --git a/.builds/build.yml b/.builds/build.yml index f442a680..2afdbf81 100644 --- a/.builds/build.yml +++ b/.builds/build.yml @@ -4,7 +4,7 @@ sources: tasks: - install: | 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 - build: | cd jay diff --git a/.builds/test.yml b/.builds/test.yml index 387255ee..62e3783f 100644 --- a/.builds/test.yml +++ b/.builds/test.yml @@ -4,7 +4,7 @@ sources: tasks: - install: | 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 - configure: | sudo rmmod bochs diff --git a/.builds/unit-tests.yml b/.builds/unit-tests.yml index d53ca632..f1c16c02 100644 --- a/.builds/unit-tests.yml +++ b/.builds/unit-tests.yml @@ -4,7 +4,7 @@ sources: tasks: - install: | 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 cd jay git submodule update --init diff --git a/docs/setup.md b/docs/setup.md index 26ec6696..b5d91d96 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -6,7 +6,6 @@ The following libraries must be installed before compiling Jay: - libinput.so - libgbm.so -- libxkbcommon.so - libudev.so - libpangocairo-1.0.so