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:
parent
22fe03913c
commit
a25edcc5a8
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue