Add libxcb-devel build dep to void linux script (#8872)

Added missing libxcb-devel to build dependency script for void-linux.
This commit is contained in:
Owen Law
2024-03-05 09:16:08 -08:00
committed by GitHub
parent 22fe03913c
commit a25edcc5a8
+3 -2
View File
@@ -74,10 +74,11 @@ if [[ -n $xbps ]]; then
deps=(
alsa-lib-devel
fontconfig-devel
wayland-devel
libxcb-devel
libxkbcommon-devel
openssl-devel
libzstd-devel
openssl-devel
wayland-devel
)
$maysudo "$xbps" -Syu "${deps[@]}"
exit 0