Skip to content

Commit 9a9e89c

Browse files
authored
add xcb-util-cursor, switch to gcc14
1 parent cd4313c commit 9a9e89c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

get-dependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ pacman -Syu --noconfirm \
7878
wget \
7979
x264 \
8080
x265 \
81+
xcb-util-cursor \
8182
xcb-util-image \
8283
xcb-util-renderutil \
8384
xcb-util-wm \
@@ -86,7 +87,7 @@ pacman -Syu --noconfirm \
8687
zsync
8788

8889
if [ "$(uname -m)" = 'x86_64' ]; then
89-
pacman -Syu --noconfirm vulkan-intel haskell-gnutls gcc13 svt-av1
90+
pacman -Syu --noconfirm vulkan-intel haskell-gnutls gcc14 svt-av1
9091
else
9192
pacman -Syu --noconfirm vulkan-freedreno vulkan-panfrost
9293
fi

0 commit comments

Comments
 (0)