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 12:16:08 -05:00 committed by GitHub
parent 22fe03913c
commit a25edcc5a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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