From 4cc3367ccf172269923d045c9ac2e7572c04de98 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Thu, 12 Jan 2023 01:29:54 +0000 Subject: [PATCH] ci: Add libxmu --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2878793..4b78fcd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: pacman-key --init pacman -Syu --noconfirm pacman -S --noconfirm git meson clang glslang libcap wlroots \ - sdl2 vulkan-headers libx11 libxcomposite libxrender libxres \ + sdl2 vulkan-headers libx11 libxmu libxcomposite libxrender libxres \ libxtst libxkbcommon libdrm libinput wayland-protocols \ xorg-xwayland pipewire cmake - uses: actions/checkout@v2