From 3e75460c76f39ded7e0130b8d90df726930dacc1 Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Mon, 27 Jan 2025 22:19:01 +0100 Subject: [PATCH] docs/ci: remove references to xkbcommon --- .builds/build.yml | 2 +- .builds/test.yml | 2 +- .builds/unit-tests.yml | 2 +- docs/setup.md | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) 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