We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xcb-util-cursor
gcc14
1 parent cd4313c commit 9a9e89cCopy full SHA for 9a9e89c
get-dependencies.sh
@@ -78,6 +78,7 @@ pacman -Syu --noconfirm \
78
wget \
79
x264 \
80
x265 \
81
+ xcb-util-cursor \
82
xcb-util-image \
83
xcb-util-renderutil \
84
xcb-util-wm \
@@ -86,7 +87,7 @@ pacman -Syu --noconfirm \
86
87
zsync
88
89
if [ "$(uname -m)" = 'x86_64' ]; then
- pacman -Syu --noconfirm vulkan-intel haskell-gnutls gcc13 svt-av1
90
+ pacman -Syu --noconfirm vulkan-intel haskell-gnutls gcc14 svt-av1
91
else
92
pacman -Syu --noconfirm vulkan-freedreno vulkan-panfrost
93
fi
0 commit comments