Skip to content

Commit fe3d462

Browse files
committed
ip
1 parent 8345eb7 commit fe3d462

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

script/installxcb.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,15 @@ g() { sudo pkg_add "$@"; }
3535
h() { sudo pkg install -y "$@"; }
3636

3737
if [ "$1" = "linux" ] || [ "$1" = "raspberry" ]; then
38-
f libpulse
38+
f libasound2
3939
f libegl1
40+
f libegl1-mesa
41+
f libgl1-mesa-dri
42+
f libopus0
43+
f libpulse0
4044
f libxcb-cursor0
4145
f minizip
46+
f zlib1g
4247
elif [ "$1" = "openbsd" ]; then
4348
g libxcb-cursor0
4449
elif [ "$1" = "freebsd" ]; then

0 commit comments

Comments
 (0)